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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=37",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 38,
    "results": [
        {
            "start": 820641158,
            "stop": 820695472
        },
        {
            "start": 820695985,
            "stop": 820700096
        },
        {
            "start": 820700496,
            "stop": 820712893
        },
        {
            "start": 820713379,
            "stop": 820716180
        },
        {
            "start": 820716500,
            "stop": 820716721
        },
        {
            "start": 820717121,
            "stop": 820732021
        },
        {
            "start": 820732616,
            "stop": 820733774
        },
        {
            "start": 820734174,
            "stop": 820741391
        },
        {
            "start": 820741844,
            "stop": 820748835
        },
        {
            "start": 820749298,
            "stop": 820752095
        },
        {
            "start": 820753222,
            "stop": 820755700
        },
        {
            "start": 820757980,
            "stop": 820758026
        },
        {
            "start": 820759132,
            "stop": 820759217
        },
        {
            "start": 820759617,
            "stop": 820804681
        },
        {
            "start": 820806310,
            "stop": 820827946
        },
        {
            "start": 820828434,
            "stop": 820847303
        },
        {
            "start": 820847728,
            "stop": 820854287
        },
        {
            "start": 820854828,
            "stop": 820855460
        },
        {
            "start": 820856038,
            "stop": 820857915
        },
        {
            "start": 820858680,
            "stop": 820860592
        }
    ]
}