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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 69,
    "results": [
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144310
        },
        {
            "start": 819145645,
            "stop": 819146047
        },
        {
            "start": 819146050,
            "stop": 819147013
        },
        {
            "start": 819165778,
            "stop": 819165980
        },
        {
            "start": 819165983,
            "stop": 819165993
        },
        {
            "start": 819165996,
            "stop": 819166098
        },
        {
            "start": 819166101,
            "stop": 819166104
        },
        {
            "start": 819166107,
            "stop": 819166140
        },
        {
            "start": 819166143,
            "stop": 819166621
        },
        {
            "start": 819166624,
            "stop": 819166848
        },
        {
            "start": 819166852,
            "stop": 819167054
        },
        {
            "start": 819167058,
            "stop": 819167115
        },
        {
            "start": 819167119,
            "stop": 819167380
        },
        {
            "start": 819167383,
            "stop": 819167581
        },
        {
            "start": 819167585,
            "stop": 819167587
        },
        {
            "start": 819167591,
            "stop": 819167700
        },
        {
            "start": 819167703,
            "stop": 819167758
        },
        {
            "start": 819167761,
            "stop": 819168015
        },
        {
            "start": 819168019,
            "stop": 819168021
        }
    ]
}