Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=135
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=134",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 135,
    "results": [
        {
            "start": 828719339,
            "stop": 828719473
        },
        {
            "start": 828719496,
            "stop": 828719497
        },
        {
            "start": 828719634,
            "stop": 828722293
        },
        {
            "start": 828747618,
            "stop": 828750142
        },
        {
            "start": 828750854,
            "stop": 828753364
        },
        {
            "start": 828754115,
            "stop": 828757123
        },
        {
            "start": 828757904,
            "stop": 828758413
        },
        {
            "start": 828760045,
            "stop": 828796453
        },
        {
            "start": 828796461,
            "stop": 828796463
        },
        {
            "start": 828797128,
            "stop": 828797959
        },
        {
            "start": 828798316,
            "stop": 828798833
        },
        {
            "start": 828833441,
            "stop": 828839773
        },
        {
            "start": 828839790,
            "stop": 828839792
        },
        {
            "start": 828840154,
            "stop": 828889453
        },
        {
            "start": 828889476,
            "stop": 828889477
        },
        {
            "start": 828889549,
            "stop": 828893893
        },
        {
            "start": 828898954,
            "stop": 828901273
        },
        {
            "start": 828901297,
            "stop": 828901299
        },
        {
            "start": 828901418,
            "stop": 828910081
        },
        {
            "start": 828910085,
            "stop": 828910513
        }
    ]
}