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=463
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=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=462",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 463,
    "results": [
        {
            "start": 873792390,
            "stop": 873799451
        },
        {
            "start": 873799470,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873830889
        },
        {
            "start": 873830911,
            "stop": 873831540
        },
        {
            "start": 873831600,
            "stop": 873834327
        },
        {
            "start": 873834351,
            "stop": 873834354
        },
        {
            "start": 873834480,
            "stop": 873834527
        },
        {
            "start": 873834943,
            "stop": 873835114
        },
        {
            "start": 873835136,
            "stop": 873842987
        },
        {
            "start": 873843008,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873851098
        },
        {
            "start": 873851116,
            "stop": 873852869
        },
        {
            "start": 873852891,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873906757
        },
        {
            "start": 873906778,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        }
    ]
}