Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=66",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 67,
    "results": [
        {
            "start": 830574112,
            "stop": 830617322
        },
        {
            "start": 830669228,
            "stop": 830695883
        },
        {
            "start": 830698359,
            "stop": 830705954
        },
        {
            "start": 830720487,
            "stop": 830722779
        },
        {
            "start": 830723074,
            "stop": 830727088
        },
        {
            "start": 830730421,
            "stop": 830730691
        },
        {
            "start": 830732834,
            "stop": 830734216
        },
        {
            "start": 830734234,
            "stop": 830800855
        },
        {
            "start": 830801863,
            "stop": 830811448
        },
        {
            "start": 830812670,
            "stop": 830815454
        },
        {
            "start": 830816366,
            "stop": 830816480
        },
        {
            "start": 830816535,
            "stop": 830826073
        },
        {
            "start": 830826567,
            "stop": 830827854
        },
        {
            "start": 830830172,
            "stop": 830833523
        },
        {
            "start": 830834610,
            "stop": 830845779
        },
        {
            "start": 830847621,
            "stop": 830857523
        },
        {
            "start": 830858362,
            "stop": 830858514
        },
        {
            "start": 830858584,
            "stop": 830869464
        },
        {
            "start": 830870161,
            "stop": 830870362
        },
        {
            "start": 830870375,
            "stop": 830872955
        }
    ]
}