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/H2_CBCHIGH_CAT2/segments?format=api&page=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=303",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 304,
    "results": [
        {
            "start": 821697208,
            "stop": 821697214
        },
        {
            "start": 821697217,
            "stop": 821697302
        },
        {
            "start": 821697305,
            "stop": 821697347
        },
        {
            "start": 821697350,
            "stop": 821697373
        },
        {
            "start": 821697376,
            "stop": 821697545
        },
        {
            "start": 821697548,
            "stop": 821697712
        },
        {
            "start": 821697715,
            "stop": 821697787
        },
        {
            "start": 821697790,
            "stop": 821697899
        },
        {
            "start": 821697902,
            "stop": 821697947
        },
        {
            "start": 821697950,
            "stop": 821697975
        },
        {
            "start": 821697978,
            "stop": 821698017
        },
        {
            "start": 821698020,
            "stop": 821698122
        },
        {
            "start": 821698125,
            "stop": 821698209
        },
        {
            "start": 821698212,
            "stop": 821698554
        },
        {
            "start": 821698557,
            "stop": 821698999
        },
        {
            "start": 821699003,
            "stop": 821699553
        },
        {
            "start": 821699556,
            "stop": 821708729
        },
        {
            "start": 821708732,
            "stop": 821713579
        },
        {
            "start": 821713582,
            "stop": 821713739
        },
        {
            "start": 821713742,
            "stop": 821713866
        }
    ]
}