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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=250",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 251,
    "results": [
        {
            "start": 820929319,
            "stop": 820929344
        },
        {
            "start": 820929525,
            "stop": 820929598
        },
        {
            "start": 820929605,
            "stop": 820929615
        },
        {
            "start": 820929622,
            "stop": 820929673
        },
        {
            "start": 820929680,
            "stop": 820929764
        },
        {
            "start": 820930065,
            "stop": 820930094
        },
        {
            "start": 820930101,
            "stop": 820930197
        },
        {
            "start": 820930204,
            "stop": 820930217
        },
        {
            "start": 820930225,
            "stop": 820930226
        },
        {
            "start": 820930238,
            "stop": 820930318
        },
        {
            "start": 820930325,
            "stop": 820930339
        },
        {
            "start": 820930346,
            "stop": 820930415
        },
        {
            "start": 820930423,
            "stop": 820930447
        },
        {
            "start": 820930454,
            "stop": 820930456
        },
        {
            "start": 820930470,
            "stop": 820930493
        },
        {
            "start": 820930500,
            "stop": 820930542
        },
        {
            "start": 820930550,
            "stop": 820930632
        },
        {
            "start": 820930639,
            "stop": 820930663
        },
        {
            "start": 820930670,
            "stop": 820930671
        },
        {
            "start": 820930679,
            "stop": 820930773
        }
    ]
}