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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5115",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5116,
    "results": [
        {
            "start": 874706597,
            "stop": 874706610
        },
        {
            "start": 874706630,
            "stop": 874706655
        },
        {
            "start": 874707774,
            "stop": 874709412
        },
        {
            "start": 874709431,
            "stop": 874709536
        },
        {
            "start": 874709555,
            "stop": 874709702
        },
        {
            "start": 874709727,
            "stop": 874709806
        },
        {
            "start": 874709826,
            "stop": 874710049
        },
        {
            "start": 874710068,
            "stop": 874710103
        },
        {
            "start": 874710122,
            "stop": 874710136
        },
        {
            "start": 874710156,
            "stop": 874710213
        },
        {
            "start": 874710233,
            "stop": 874710237
        },
        {
            "start": 874710256,
            "stop": 874710266
        },
        {
            "start": 874710285,
            "stop": 874710336
        },
        {
            "start": 874710373,
            "stop": 874710385
        },
        {
            "start": 874710405,
            "stop": 874710408
        },
        {
            "start": 874710467,
            "stop": 874710479
        },
        {
            "start": 874710499,
            "stop": 874710528
        },
        {
            "start": 874710570,
            "stop": 874710608
        },
        {
            "start": 874710627,
            "stop": 874710681
        },
        {
            "start": 874710700,
            "stop": 874710760
        }
    ]
}