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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=160",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 161,
    "results": [
        {
            "start": 932443908,
            "stop": 932443926
        },
        {
            "start": 932443988,
            "stop": 932444106
        },
        {
            "start": 932444226,
            "stop": 932444346
        },
        {
            "start": 932444466,
            "stop": 932444841
        },
        {
            "start": 932444851,
            "stop": 932445053
        },
        {
            "start": 932445059,
            "stop": 932445386
        },
        {
            "start": 932445391,
            "stop": 932446018
        },
        {
            "start": 932446023,
            "stop": 932446815
        },
        {
            "start": 932447175,
            "stop": 932447717
        },
        {
            "start": 932447720,
            "stop": 932447933
        },
        {
            "start": 932447938,
            "stop": 932449432
        },
        {
            "start": 932449437,
            "stop": 932449470
        },
        {
            "start": 932449475,
            "stop": 932449844
        },
        {
            "start": 932449849,
            "stop": 932449926
        },
        {
            "start": 932449931,
            "stop": 932450216
        },
        {
            "start": 932450221,
            "stop": 932450351
        },
        {
            "start": 932450357,
            "stop": 932450415
        },
        {
            "start": 932450775,
            "stop": 932451602
        },
        {
            "start": 932451607,
            "stop": 932451697
        },
        {
            "start": 932451702,
            "stop": 932451712
        }
    ]
}