Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=96",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 97,
    "results": [
        {
            "start": 832337558,
            "stop": 832339013
        },
        {
            "start": 832380664,
            "stop": 832401510
        },
        {
            "start": 832402233,
            "stop": 832404339
        },
        {
            "start": 832408387,
            "stop": 832411291
        },
        {
            "start": 832411298,
            "stop": 832423167
        },
        {
            "start": 832427235,
            "stop": 832427263
        },
        {
            "start": 832451472,
            "stop": 832454605
        },
        {
            "start": 832458676,
            "stop": 832460269
        },
        {
            "start": 832460275,
            "stop": 832465149
        },
        {
            "start": 832465161,
            "stop": 832465171
        },
        {
            "start": 832465179,
            "stop": 832465252
        },
        {
            "start": 832465260,
            "stop": 832465456
        },
        {
            "start": 832465464,
            "stop": 832479855
        },
        {
            "start": 832482102,
            "stop": 832507250
        },
        {
            "start": 832509282,
            "stop": 832509284
        },
        {
            "start": 832509304,
            "stop": 832509814
        },
        {
            "start": 832511187,
            "stop": 832529926
        },
        {
            "start": 832539250,
            "stop": 832539541
        },
        {
            "start": 832539549,
            "stop": 832540269
        },
        {
            "start": 832540277,
            "stop": 832540882
        }
    ]
}