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=428
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=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=427",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 428,
    "results": [
        {
            "start": 870457621,
            "stop": 870458993
        },
        {
            "start": 870459060,
            "stop": 870465317
        },
        {
            "start": 870465338,
            "stop": 870465344
        },
        {
            "start": 870465366,
            "stop": 870467123
        },
        {
            "start": 870468356,
            "stop": 870468482
        },
        {
            "start": 870468782,
            "stop": 870468999
        },
        {
            "start": 870469023,
            "stop": 870477334
        },
        {
            "start": 870477376,
            "stop": 870480564
        },
        {
            "start": 870480586,
            "stop": 870481091
        },
        {
            "start": 870481109,
            "stop": 870500514
        },
        {
            "start": 870500536,
            "stop": 870521517
        },
        {
            "start": 870521727,
            "stop": 870526417
        },
        {
            "start": 870526438,
            "stop": 870526856
        },
        {
            "start": 870527207,
            "stop": 870529012
        },
        {
            "start": 870529036,
            "stop": 870529049
        },
        {
            "start": 870529071,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870553067
        },
        {
            "start": 870553086,
            "stop": 870556837
        },
        {
            "start": 870556878,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870558366
        }
    ]
}