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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=211",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 212,
    "results": [
        {
            "start": 820528365,
            "stop": 820528541
        },
        {
            "start": 820528544,
            "stop": 820528643
        },
        {
            "start": 820537954,
            "stop": 820538277
        },
        {
            "start": 820538281,
            "stop": 820538373
        },
        {
            "start": 820538377,
            "stop": 820538454
        },
        {
            "start": 820538458,
            "stop": 820538538
        },
        {
            "start": 820538541,
            "stop": 820538560
        },
        {
            "start": 820538563,
            "stop": 820538574
        },
        {
            "start": 820538577,
            "stop": 820538685
        },
        {
            "start": 820538688,
            "stop": 820538774
        },
        {
            "start": 820538777,
            "stop": 820538880
        },
        {
            "start": 820538884,
            "stop": 820538949
        },
        {
            "start": 820538952,
            "stop": 820539014
        },
        {
            "start": 820539017,
            "stop": 820539117
        },
        {
            "start": 820541648,
            "stop": 820541790
        },
        {
            "start": 820541795,
            "stop": 820541836
        },
        {
            "start": 820541839,
            "stop": 820541853
        },
        {
            "start": 820541856,
            "stop": 820542077
        },
        {
            "start": 820542080,
            "stop": 820542199
        },
        {
            "start": 820542203,
            "stop": 820542596
        }
    ]
}