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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=27",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 28,
    "results": [
        {
            "start": 815595499,
            "stop": 815595552
        },
        {
            "start": 815595672,
            "stop": 815596695
        },
        {
            "start": 815596713,
            "stop": 815597577
        },
        {
            "start": 815597697,
            "stop": 815600985
        },
        {
            "start": 815601105,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815607157
        },
        {
            "start": 815607277,
            "stop": 815607472
        },
        {
            "start": 815607592,
            "stop": 815607778
        },
        {
            "start": 815607781,
            "stop": 815607821
        },
        {
            "start": 815607822,
            "stop": 815609744
        },
        {
            "start": 815609747,
            "stop": 815610440
        },
        {
            "start": 815616627,
            "stop": 815616719
        },
        {
            "start": 815616839,
            "stop": 815616915
        },
        {
            "start": 815617035,
            "stop": 815617740
        },
        {
            "start": 815617860,
            "stop": 815617866
        },
        {
            "start": 815617986,
            "stop": 815618039
        },
        {
            "start": 815618159,
            "stop": 815620112
        },
        {
            "start": 815623237,
            "stop": 815624688
        },
        {
            "start": 815624808,
            "stop": 815626015
        },
        {
            "start": 815627414,
            "stop": 815630244
        }
    ]
}