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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7723",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7721",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7722,
    "results": [
        {
            "start": 971608805,
            "stop": 971608862
        },
        {
            "start": 971608873,
            "stop": 971608954
        },
        {
            "start": 971608960,
            "stop": 971608962
        },
        {
            "start": 971608965,
            "stop": 971608987
        },
        {
            "start": 971608990,
            "stop": 971609073
        },
        {
            "start": 971609076,
            "stop": 971609987
        },
        {
            "start": 971609993,
            "stop": 971610129
        },
        {
            "start": 971610132,
            "stop": 971610358
        },
        {
            "start": 971610361,
            "stop": 971610606
        },
        {
            "start": 971610609,
            "stop": 971611039
        },
        {
            "start": 971611042,
            "stop": 971611490
        },
        {
            "start": 971611493,
            "stop": 971612473
        },
        {
            "start": 971612476,
            "stop": 971613521
        },
        {
            "start": 971613524,
            "stop": 971613653
        },
        {
            "start": 971613656,
            "stop": 971614059
        },
        {
            "start": 971614062,
            "stop": 971615943
        },
        {
            "start": 971615946,
            "stop": 971616702
        },
        {
            "start": 971616705,
            "stop": 971616736
        },
        {
            "start": 971616739,
            "stop": 971616974
        },
        {
            "start": 971616977,
            "stop": 971617062
        }
    ]
}