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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=80",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 81,
    "results": [
        {
            "start": 819122010,
            "stop": 819123605
        },
        {
            "start": 819123608,
            "stop": 819124273
        },
        {
            "start": 819124456,
            "stop": 819126640
        },
        {
            "start": 819126644,
            "stop": 819127993
        },
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144310
        },
        {
            "start": 819145645,
            "stop": 819146047
        },
        {
            "start": 819146050,
            "stop": 819147007
        },
        {
            "start": 819165778,
            "stop": 819165874
        },
        {
            "start": 819165891,
            "stop": 819165980
        },
        {
            "start": 819165983,
            "stop": 819165993
        },
        {
            "start": 819165996,
            "stop": 819166098
        },
        {
            "start": 819166101,
            "stop": 819166104
        },
        {
            "start": 819166107,
            "stop": 819166140
        },
        {
            "start": 819166143,
            "stop": 819166368
        },
        {
            "start": 819166385,
            "stop": 819166493
        },
        {
            "start": 819166510,
            "stop": 819166621
        },
        {
            "start": 819166624,
            "stop": 819166754
        },
        {
            "start": 819166771,
            "stop": 819166848
        },
        {
            "start": 819166852,
            "stop": 819167054
        }
    ]
}