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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4292",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4293,
    "results": [
        {
            "start": 874658719,
            "stop": 874658856
        },
        {
            "start": 874658875,
            "stop": 874658883
        },
        {
            "start": 874658903,
            "stop": 874658951
        },
        {
            "start": 874658970,
            "stop": 874658999
        },
        {
            "start": 874659018,
            "stop": 874659064
        },
        {
            "start": 874659100,
            "stop": 874659119
        },
        {
            "start": 874659138,
            "stop": 874659472
        },
        {
            "start": 874659491,
            "stop": 874659653
        },
        {
            "start": 874659673,
            "stop": 874659690
        },
        {
            "start": 874659710,
            "stop": 874659718
        },
        {
            "start": 874659737,
            "stop": 874659970
        },
        {
            "start": 874659989,
            "stop": 874660033
        },
        {
            "start": 874660052,
            "stop": 874660092
        },
        {
            "start": 874660111,
            "stop": 874660211
        },
        {
            "start": 874660230,
            "stop": 874660324
        },
        {
            "start": 874660359,
            "stop": 874660405
        },
        {
            "start": 874660459,
            "stop": 874660499
        },
        {
            "start": 874660522,
            "stop": 874660563
        },
        {
            "start": 874660582,
            "stop": 874660735
        },
        {
            "start": 874660754,
            "stop": 874660797
        }
    ]
}