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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=42",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 43,
    "results": [
        {
            "start": 820550275,
            "stop": 820554260
        },
        {
            "start": 820556256,
            "stop": 820557420
        },
        {
            "start": 820558606,
            "stop": 820561902
        },
        {
            "start": 820561908,
            "stop": 820561922
        },
        {
            "start": 820561930,
            "stop": 820562850
        },
        {
            "start": 820563687,
            "stop": 820590106
        },
        {
            "start": 820590108,
            "stop": 820595204
        },
        {
            "start": 820595205,
            "stop": 820608080
        },
        {
            "start": 820608158,
            "stop": 820608182
        },
        {
            "start": 820608440,
            "stop": 820608450
        },
        {
            "start": 820608458,
            "stop": 820608618
        },
        {
            "start": 820609231,
            "stop": 820611247
        },
        {
            "start": 820611253,
            "stop": 820612120
        },
        {
            "start": 820612125,
            "stop": 820612137
        },
        {
            "start": 820612145,
            "stop": 820612150
        },
        {
            "start": 820612155,
            "stop": 820612170
        },
        {
            "start": 820612175,
            "stop": 820612215
        },
        {
            "start": 820612220,
            "stop": 820613520
        },
        {
            "start": 820613525,
            "stop": 820614879
        },
        {
            "start": 820615215,
            "stop": 820625890
        }
    ]
}