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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=157",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 158,
    "results": [
        {
            "start": 840577769,
            "stop": 840580796
        },
        {
            "start": 840581651,
            "stop": 840642157
        },
        {
            "start": 840642158,
            "stop": 840645769
        },
        {
            "start": 840645775,
            "stop": 840648633
        },
        {
            "start": 840650420,
            "stop": 840671297
        },
        {
            "start": 840673259,
            "stop": 840736829
        },
        {
            "start": 840737127,
            "stop": 840737680
        },
        {
            "start": 840738576,
            "stop": 840740756
        },
        {
            "start": 840741762,
            "stop": 840749417
        },
        {
            "start": 840750256,
            "stop": 840752610
        },
        {
            "start": 840752767,
            "stop": 840821680
        },
        {
            "start": 840821684,
            "stop": 840821699
        },
        {
            "start": 840821700,
            "stop": 840822038
        },
        {
            "start": 840822060,
            "stop": 840824171
        },
        {
            "start": 840824176,
            "stop": 840826329
        },
        {
            "start": 840826435,
            "stop": 840828646
        },
        {
            "start": 840828656,
            "stop": 840828660
        },
        {
            "start": 840828668,
            "stop": 840832657
        },
        {
            "start": 840832665,
            "stop": 840832667
        },
        {
            "start": 840832675,
            "stop": 840832680
        }
    ]
}