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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=204",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 205,
    "results": [
        {
            "start": 820178180,
            "stop": 820178183
        },
        {
            "start": 820178186,
            "stop": 820178318
        },
        {
            "start": 820178323,
            "stop": 820178325
        },
        {
            "start": 820178328,
            "stop": 820178545
        },
        {
            "start": 820178548,
            "stop": 820178573
        },
        {
            "start": 820178576,
            "stop": 820178748
        },
        {
            "start": 820178751,
            "stop": 820178832
        },
        {
            "start": 820178835,
            "stop": 820178894
        },
        {
            "start": 820178897,
            "stop": 820178965
        },
        {
            "start": 820178968,
            "stop": 820179038
        },
        {
            "start": 820179041,
            "stop": 820179197
        },
        {
            "start": 820179201,
            "stop": 820179290
        },
        {
            "start": 820179293,
            "stop": 820179360
        },
        {
            "start": 820179363,
            "stop": 820179700
        },
        {
            "start": 820179703,
            "stop": 820180282
        },
        {
            "start": 820180285,
            "stop": 820180625
        },
        {
            "start": 820180628,
            "stop": 820180676
        },
        {
            "start": 820180680,
            "stop": 820180770
        },
        {
            "start": 820180773,
            "stop": 820180938
        },
        {
            "start": 820180941,
            "stop": 820181255
        }
    ]
}