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_CBCHIGH_CAT4/segments?format=api&page=4682
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4681",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4682,
    "results": [
        {
            "start": 874342307,
            "stop": 874342343
        },
        {
            "start": 874342362,
            "stop": 874342398
        },
        {
            "start": 874342417,
            "stop": 874342489
        },
        {
            "start": 874342508,
            "stop": 874342509
        },
        {
            "start": 874342530,
            "stop": 874342540
        },
        {
            "start": 874342623,
            "stop": 874342628
        },
        {
            "start": 874342687,
            "stop": 874342705
        },
        {
            "start": 874342725,
            "stop": 874342741
        },
        {
            "start": 874342911,
            "stop": 874342916
        },
        {
            "start": 874342937,
            "stop": 874342949
        },
        {
            "start": 874343008,
            "stop": 874343017
        },
        {
            "start": 874343063,
            "stop": 874343067
        },
        {
            "start": 874343163,
            "stop": 874343193
        },
        {
            "start": 874343226,
            "stop": 874343228
        },
        {
            "start": 874343248,
            "stop": 874343265
        },
        {
            "start": 874343324,
            "stop": 874343383
        },
        {
            "start": 874343404,
            "stop": 874343409
        },
        {
            "start": 874343435,
            "stop": 874343453
        },
        {
            "start": 874343504,
            "stop": 874343519
        },
        {
            "start": 874343637,
            "stop": 874343662
        }
    ]
}