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=7635
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=7636",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7634",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7635,
    "results": [
        {
            "start": 970895997,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897284
        },
        {
            "start": 970897290,
            "stop": 970897914
        },
        {
            "start": 970897917,
            "stop": 970898007
        },
        {
            "start": 970898013,
            "stop": 970898154
        },
        {
            "start": 970898157,
            "stop": 970898208
        },
        {
            "start": 970898211,
            "stop": 970898257
        },
        {
            "start": 970898261,
            "stop": 970898365
        },
        {
            "start": 970898368,
            "stop": 970898647
        },
        {
            "start": 970898650,
            "stop": 970898674
        },
        {
            "start": 970898677,
            "stop": 970898991
        },
        {
            "start": 970898994,
            "stop": 970899344
        },
        {
            "start": 970899347,
            "stop": 970899828
        },
        {
            "start": 970899831,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970901512
        },
        {
            "start": 970901515,
            "stop": 970901730
        }
    ]
}