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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=853",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 854,
    "results": [
        {
            "start": 873151053,
            "stop": 873179189
        },
        {
            "start": 873179753,
            "stop": 873216975
        },
        {
            "start": 873216979,
            "stop": 873217542
        },
        {
            "start": 873217544,
            "stop": 873222810
        },
        {
            "start": 873224079,
            "stop": 873245566
        },
        {
            "start": 873247861,
            "stop": 873257938
        },
        {
            "start": 873258866,
            "stop": 873271074
        },
        {
            "start": 873271077,
            "stop": 873272767
        },
        {
            "start": 873272771,
            "stop": 873274718
        },
        {
            "start": 873275706,
            "stop": 873318424
        },
        {
            "start": 873319833,
            "stop": 873345304
        },
        {
            "start": 873345308,
            "stop": 873350550
        },
        {
            "start": 873350610,
            "stop": 873413473
        },
        {
            "start": 873417772,
            "stop": 873419414
        },
        {
            "start": 873419415,
            "stop": 873424743
        },
        {
            "start": 873431010,
            "stop": 873435746
        },
        {
            "start": 873435750,
            "stop": 873435990
        },
        {
            "start": 873436050,
            "stop": 873436069
        },
        {
            "start": 873436073,
            "stop": 873436095
        },
        {
            "start": 873436099,
            "stop": 873436174
        }
    ]
}