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=7679
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=7680",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7678",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7679,
    "results": [
        {
            "start": 971013883,
            "stop": 971013889
        },
        {
            "start": 971013892,
            "stop": 971013916
        },
        {
            "start": 971013919,
            "stop": 971013944
        },
        {
            "start": 971013947,
            "stop": 971013951
        },
        {
            "start": 971013957,
            "stop": 971013963
        },
        {
            "start": 971013966,
            "stop": 971014040
        },
        {
            "start": 971014043,
            "stop": 971014052
        },
        {
            "start": 971014055,
            "stop": 971014099
        },
        {
            "start": 971014102,
            "stop": 971014115
        },
        {
            "start": 971014118,
            "stop": 971014123
        },
        {
            "start": 971014126,
            "stop": 971014151
        },
        {
            "start": 971014154,
            "stop": 971014170
        },
        {
            "start": 971014173,
            "stop": 971014191
        },
        {
            "start": 971014194,
            "stop": 971014200
        },
        {
            "start": 971014203,
            "stop": 971014245
        },
        {
            "start": 971014248,
            "stop": 971014253
        },
        {
            "start": 971014256,
            "stop": 971014269
        },
        {
            "start": 971026226,
            "stop": 971026362
        },
        {
            "start": 971026365,
            "stop": 971026386
        },
        {
            "start": 971026426,
            "stop": 971026435
        }
    ]
}