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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3272",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3273,
    "results": [
        {
            "start": 873699360,
            "stop": 873699480
        },
        {
            "start": 873699540,
            "stop": 873701316
        },
        {
            "start": 873701319,
            "stop": 873709560
        },
        {
            "start": 873709620,
            "stop": 873712860
        },
        {
            "start": 873712920,
            "stop": 873713262
        },
        {
            "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": 873728160
        },
        {
            "start": 873728220,
            "stop": 873730400
        },
        {
            "start": 873730405,
            "stop": 873730440
        },
        {
            "start": 873730500,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873731820
        },
        {
            "start": 873731940,
            "stop": 873732087
        },
        {
            "start": 873732095,
            "stop": 873732120
        },
        {
            "start": 873732180,
            "stop": 873732885
        }
    ]
}