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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=111",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 112,
    "results": [
        {
            "start": 817336233,
            "stop": 817336321
        },
        {
            "start": 817336324,
            "stop": 817336450
        },
        {
            "start": 817336453,
            "stop": 817336875
        },
        {
            "start": 817336878,
            "stop": 817336881
        },
        {
            "start": 817336884,
            "stop": 817337193
        },
        {
            "start": 817337196,
            "stop": 817337211
        },
        {
            "start": 817337214,
            "stop": 817337602
        },
        {
            "start": 817337605,
            "stop": 817338009
        },
        {
            "start": 817338012,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338746
        },
        {
            "start": 817338750,
            "stop": 817338905
        },
        {
            "start": 817338908,
            "stop": 817339022
        },
        {
            "start": 817339025,
            "stop": 817339175
        },
        {
            "start": 817339178,
            "stop": 817339251
        },
        {
            "start": 817339254,
            "stop": 817339452
        },
        {
            "start": 817339456,
            "stop": 817339493
        },
        {
            "start": 817339496,
            "stop": 817339655
        },
        {
            "start": 817339658,
            "stop": 817340018
        },
        {
            "start": 817340021,
            "stop": 817340146
        },
        {
            "start": 817340150,
            "stop": 817340158
        }
    ]
}