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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7665",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7663",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7664,
    "results": [
        {
            "start": 971014248,
            "stop": 971014253
        },
        {
            "start": 971014256,
            "stop": 971014269
        },
        {
            "start": 971026226,
            "stop": 971026362
        },
        {
            "start": 971026365,
            "stop": 971026386
        },
        {
            "start": 971026426,
            "stop": 971026435
        },
        {
            "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
        }
    ]
}