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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5167",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5168,
    "results": [
        {
            "start": 874890829,
            "stop": 874891572
        },
        {
            "start": 874891592,
            "stop": 874891739
        },
        {
            "start": 874891758,
            "stop": 874892126
        },
        {
            "start": 874892145,
            "stop": 874892429
        },
        {
            "start": 874892448,
            "stop": 874893106
        },
        {
            "start": 874893126,
            "stop": 874893650
        },
        {
            "start": 874893669,
            "stop": 874893672
        },
        {
            "start": 874893691,
            "stop": 874894201
        },
        {
            "start": 874894220,
            "stop": 874894566
        },
        {
            "start": 874894585,
            "stop": 874900330
        },
        {
            "start": 874900349,
            "stop": 874901562
        },
        {
            "start": 874904138,
            "stop": 874914226
        },
        {
            "start": 874914245,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874925341
        },
        {
            "start": 874925360,
            "stop": 874932402
        },
        {
            "start": 874932421,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874939350
        },
        {
            "start": 874939369,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874940826
        },
        {
            "start": 874940845,
            "stop": 874940934
        }
    ]
}