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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=37",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 38,
    "results": [
        {
            "start": 819848479,
            "stop": 819849501
        },
        {
            "start": 819849502,
            "stop": 819851175
        },
        {
            "start": 819851177,
            "stop": 819879432
        },
        {
            "start": 819879433,
            "stop": 819879456
        },
        {
            "start": 819879459,
            "stop": 819879556
        },
        {
            "start": 819879558,
            "stop": 819879577
        },
        {
            "start": 819880657,
            "stop": 819891828
        },
        {
            "start": 819893269,
            "stop": 819897087
        },
        {
            "start": 819897090,
            "stop": 819899017
        },
        {
            "start": 819900181,
            "stop": 819900308
        },
        {
            "start": 819903491,
            "stop": 819903540
        },
        {
            "start": 819912459,
            "stop": 819912700
        },
        {
            "start": 819912702,
            "stop": 819912736
        },
        {
            "start": 819912738,
            "stop": 819912750
        },
        {
            "start": 819912752,
            "stop": 819912919
        },
        {
            "start": 819912920,
            "stop": 819913321
        },
        {
            "start": 819916519,
            "stop": 819917249
        },
        {
            "start": 819928996,
            "stop": 819929694
        },
        {
            "start": 819929696,
            "stop": 819931722
        },
        {
            "start": 819931724,
            "stop": 819961043
        }
    ]
}