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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=19",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 20,
    "results": [
        {
            "start": 816103200,
            "stop": 816103258
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816143751
        },
        {
            "start": 816143871,
            "stop": 816146216
        },
        {
            "start": 816146336,
            "stop": 816147420
        },
        {
            "start": 816147480,
            "stop": 816148275
        },
        {
            "start": 816148292,
            "stop": 816151126
        },
        {
            "start": 816151246,
            "stop": 816152599
        },
        {
            "start": 816152719,
            "stop": 816155972
        },
        {
            "start": 816155989,
            "stop": 816156047
        },
        {
            "start": 816156064,
            "stop": 816156455
        },
        {
            "start": 816156457,
            "stop": 816158850
        },
        {
            "start": 816158940,
            "stop": 816163406
        },
        {
            "start": 816163526,
            "stop": 816166353
        },
        {
            "start": 816166370,
            "stop": 816175833
        },
        {
            "start": 816175837,
            "stop": 816176438
        },
        {
            "start": 816176442,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179700
        },
        {
            "start": 816179820,
            "stop": 816180240
        }
    ]
}