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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 44,
    "results": [
        {
            "start": 931167025,
            "stop": 931167038
        },
        {
            "start": 931167040,
            "stop": 931167076
        },
        {
            "start": 931167078,
            "stop": 931167086
        },
        {
            "start": 931167087,
            "stop": 931167125
        },
        {
            "start": 931167127,
            "stop": 931167152
        },
        {
            "start": 931167154,
            "stop": 931167164
        },
        {
            "start": 931167166,
            "stop": 931167251
        },
        {
            "start": 931167252,
            "stop": 931167254
        },
        {
            "start": 931167259,
            "stop": 931167261
        },
        {
            "start": 931167263,
            "stop": 931167309
        },
        {
            "start": 931167312,
            "stop": 931167380
        },
        {
            "start": 931167381,
            "stop": 931167382
        },
        {
            "start": 931167383,
            "stop": 931167397
        },
        {
            "start": 931167399,
            "stop": 931167415
        },
        {
            "start": 931167416,
            "stop": 931167418
        },
        {
            "start": 931167420,
            "stop": 931167433
        },
        {
            "start": 931167436,
            "stop": 931167441
        },
        {
            "start": 931167443,
            "stop": 931167457
        },
        {
            "start": 931167459,
            "stop": 931167487
        },
        {
            "start": 931167489,
            "stop": 931167526
        }
    ]
}