Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7467
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7468",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7466",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7467,
    "results": [
        {
            "start": 970124441,
            "stop": 970124472
        },
        {
            "start": 970124479,
            "stop": 970124523
        },
        {
            "start": 970124526,
            "stop": 970124548
        },
        {
            "start": 970124552,
            "stop": 970124634
        },
        {
            "start": 970124637,
            "stop": 970124713
        },
        {
            "start": 970124718,
            "stop": 970125552
        },
        {
            "start": 970125555,
            "stop": 970125599
        },
        {
            "start": 970125602,
            "stop": 970125624
        },
        {
            "start": 970125627,
            "stop": 970126105
        },
        {
            "start": 970126108,
            "stop": 970126182
        },
        {
            "start": 970126188,
            "stop": 970126189
        },
        {
            "start": 970126195,
            "stop": 970127042
        },
        {
            "start": 970127045,
            "stop": 970127103
        },
        {
            "start": 970127106,
            "stop": 970127152
        },
        {
            "start": 970127155,
            "stop": 970127265
        },
        {
            "start": 970127268,
            "stop": 970127344
        },
        {
            "start": 970127347,
            "stop": 970127352
        },
        {
            "start": 970127356,
            "stop": 970128213
        },
        {
            "start": 970128216,
            "stop": 970128584
        },
        {
            "start": 970128587,
            "stop": 970128602
        }
    ]
}