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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=846",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 847,
    "results": [
        {
            "start": 873026127,
            "stop": 873026137
        },
        {
            "start": 873026141,
            "stop": 873026149
        },
        {
            "start": 873026156,
            "stop": 873026160
        },
        {
            "start": 873026164,
            "stop": 873026172
        },
        {
            "start": 873026176,
            "stop": 873026184
        },
        {
            "start": 873026188,
            "stop": 873026258
        },
        {
            "start": 873026262,
            "stop": 873026318
        },
        {
            "start": 873026323,
            "stop": 873026355
        },
        {
            "start": 873026360,
            "stop": 873026365
        },
        {
            "start": 873026371,
            "stop": 873026375
        },
        {
            "start": 873026379,
            "stop": 873026388
        },
        {
            "start": 873026396,
            "stop": 873026400
        },
        {
            "start": 873026407,
            "stop": 873026412
        },
        {
            "start": 873026418,
            "stop": 873026426
        },
        {
            "start": 873026431,
            "stop": 873026437
        },
        {
            "start": 873026444,
            "stop": 873026449
        },
        {
            "start": 873026456,
            "stop": 873026460
        },
        {
            "start": 873026466,
            "stop": 873026472
        },
        {
            "start": 873026479,
            "stop": 873026483
        },
        {
            "start": 873026491,
            "stop": 873026495
        }
    ]
}