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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2424",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2425,
    "results": [
        {
            "start": 873714769,
            "stop": 873714900
        },
        {
            "start": 873715020,
            "stop": 873715200
        },
        {
            "start": 873715680,
            "stop": 873715740
        },
        {
            "start": 873716100,
            "stop": 873716340
        },
        {
            "start": 873716460,
            "stop": 873716580
        },
        {
            "start": 873716640,
            "stop": 873716700
        },
        {
            "start": 873716760,
            "stop": 873717120
        },
        {
            "start": 873717180,
            "stop": 873728150
        },
        {
            "start": 873728230,
            "stop": 873729282
        },
        {
            "start": 873729299,
            "stop": 873730392
        },
        {
            "start": 873730510,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873731810
        },
        {
            "start": 873731950,
            "stop": 873732079
        },
        {
            "start": 873732190,
            "stop": 873732877
        },
        {
            "start": 873732970,
            "stop": 873733209
        },
        {
            "start": 873733248,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873733585,
            "stop": 873733782
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734290,
            "stop": 873734580
        }
    ]
}