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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=25",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 26,
    "results": [
        {
            "start": 816795240,
            "stop": 816796648
        },
        {
            "start": 816796665,
            "stop": 816804929
        },
        {
            "start": 816804932,
            "stop": 816807118
        },
        {
            "start": 816812488,
            "stop": 816812599
        },
        {
            "start": 816812602,
            "stop": 816814081
        },
        {
            "start": 816816157,
            "stop": 816817539
        },
        {
            "start": 816817559,
            "stop": 816818310
        },
        {
            "start": 816819345,
            "stop": 816823517
        },
        {
            "start": 816825229,
            "stop": 816832214
        },
        {
            "start": 816832217,
            "stop": 816842675
        },
        {
            "start": 816845203,
            "stop": 816845294
        },
        {
            "start": 816845297,
            "stop": 816846065
        },
        {
            "start": 816846082,
            "stop": 816858420
        },
        {
            "start": 816858423,
            "stop": 816865083
        },
        {
            "start": 816866663,
            "stop": 816867056
        },
        {
            "start": 816867059,
            "stop": 816868982
        },
        {
            "start": 816869713,
            "stop": 816882020
        },
        {
            "start": 816882037,
            "stop": 816882194
        },
        {
            "start": 816882223,
            "stop": 816890581
        },
        {
            "start": 816890598,
            "stop": 816891486
        }
    ]
}