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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=147",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 148,
    "results": [
        {
            "start": 817169400,
            "stop": 817169580
        },
        {
            "start": 817169640,
            "stop": 817169726
        },
        {
            "start": 817169747,
            "stop": 817169820
        },
        {
            "start": 817169839,
            "stop": 817169854
        },
        {
            "start": 817169986,
            "stop": 817169995
        },
        {
            "start": 817170082,
            "stop": 817170088
        },
        {
            "start": 817170108,
            "stop": 817170110
        },
        {
            "start": 817170191,
            "stop": 817170240
        },
        {
            "start": 817170360,
            "stop": 817170420
        },
        {
            "start": 817170600,
            "stop": 817170606
        },
        {
            "start": 817170636,
            "stop": 817170737
        },
        {
            "start": 817170815,
            "stop": 817170853
        },
        {
            "start": 817170876,
            "stop": 817170886
        },
        {
            "start": 817170907,
            "stop": 817170943
        },
        {
            "start": 817170963,
            "stop": 817171100
        },
        {
            "start": 817198996,
            "stop": 817199027
        },
        {
            "start": 817200748,
            "stop": 817200766
        },
        {
            "start": 817200960,
            "stop": 817200975
        },
        {
            "start": 817200996,
            "stop": 817201019
        },
        {
            "start": 817201071,
            "stop": 817201080
        }
    ]
}