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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=292",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 293,
    "results": [
        {
            "start": 821696395,
            "stop": 821696746
        },
        {
            "start": 821696749,
            "stop": 821697018
        },
        {
            "start": 821697021,
            "stop": 821697205
        },
        {
            "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
        }
    ]
}