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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=70",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 71,
    "results": [
        {
            "start": 822409340,
            "stop": 822409461
        },
        {
            "start": 822409463,
            "stop": 822409555
        },
        {
            "start": 822409559,
            "stop": 822410507
        },
        {
            "start": 822410509,
            "stop": 822411516
        },
        {
            "start": 822411519,
            "stop": 822411568
        },
        {
            "start": 822411570,
            "stop": 822411571
        },
        {
            "start": 822411574,
            "stop": 822412015
        },
        {
            "start": 822412018,
            "stop": 822412713
        },
        {
            "start": 822412715,
            "stop": 822413303
        },
        {
            "start": 822413305,
            "stop": 822413321
        },
        {
            "start": 822413324,
            "stop": 822413348
        },
        {
            "start": 822413350,
            "stop": 822413921
        },
        {
            "start": 822413922,
            "stop": 822417205
        },
        {
            "start": 822417206,
            "stop": 822417446
        },
        {
            "start": 822434628,
            "stop": 822437107
        },
        {
            "start": 822437109,
            "stop": 822437215
        },
        {
            "start": 822437216,
            "stop": 822447402
        },
        {
            "start": 822447443,
            "stop": 822447676
        },
        {
            "start": 822447746,
            "stop": 822459893
        },
        {
            "start": 822460550,
            "stop": 822463106
        }
    ]
}