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=7680
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=7681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7679",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7680,
    "results": [
        {
            "start": 971026438,
            "stop": 971026456
        },
        {
            "start": 971026576,
            "stop": 971026616
        },
        {
            "start": 971026619,
            "stop": 971026626
        },
        {
            "start": 971026666,
            "stop": 971026889
        },
        {
            "start": 971026892,
            "stop": 971026968
        },
        {
            "start": 971026971,
            "stop": 971026990
        },
        {
            "start": 971026993,
            "stop": 971027057
        },
        {
            "start": 971027060,
            "stop": 971027064
        },
        {
            "start": 971027069,
            "stop": 971027116
        },
        {
            "start": 971027356,
            "stop": 971027389
        },
        {
            "start": 971027392,
            "stop": 971027464
        },
        {
            "start": 971027467,
            "stop": 971027536
        },
        {
            "start": 971027716,
            "stop": 971027885
        },
        {
            "start": 971027888,
            "stop": 971027932
        },
        {
            "start": 971027935,
            "stop": 971027956
        },
        {
            "start": 971028196,
            "stop": 971028303
        },
        {
            "start": 971028306,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028407
        },
        {
            "start": 971028418,
            "stop": 971028463
        },
        {
            "start": 971028466,
            "stop": 971028519
        }
    ]
}