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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=471",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 472,
    "results": [
        {
            "start": 827882830,
            "stop": 827886262
        },
        {
            "start": 827886269,
            "stop": 827886770
        },
        {
            "start": 827886910,
            "stop": 827890610
        },
        {
            "start": 827890690,
            "stop": 827895530
        },
        {
            "start": 827895610,
            "stop": 827918810
        },
        {
            "start": 827918890,
            "stop": 827921737
        },
        {
            "start": 827922151,
            "stop": 827929733
        },
        {
            "start": 827929741,
            "stop": 827942700
        },
        {
            "start": 827942760,
            "stop": 827945220
        },
        {
            "start": 827945280,
            "stop": 827945690
        },
        {
            "start": 827946699,
            "stop": 827951330
        },
        {
            "start": 827951410,
            "stop": 827953680
        },
        {
            "start": 827953740,
            "stop": 827962730
        },
        {
            "start": 827962810,
            "stop": 827971450
        },
        {
            "start": 827971926,
            "stop": 827974130
        },
        {
            "start": 827974210,
            "stop": 827980697
        },
        {
            "start": 827980884,
            "stop": 827987293
        },
        {
            "start": 827987322,
            "stop": 827987323
        },
        {
            "start": 827989660,
            "stop": 827994365
        },
        {
            "start": 827994372,
            "stop": 827995325
        }
    ]
}