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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4960",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4961,
    "results": [
        {
            "start": 874449322,
            "stop": 874449459
        },
        {
            "start": 874449466,
            "stop": 874449504
        },
        {
            "start": 874449511,
            "stop": 874449522
        },
        {
            "start": 874449529,
            "stop": 874449536
        },
        {
            "start": 874449543,
            "stop": 874449643
        },
        {
            "start": 874449652,
            "stop": 874449775
        },
        {
            "start": 874449787,
            "stop": 874449854
        },
        {
            "start": 874449861,
            "stop": 874449956
        },
        {
            "start": 874449963,
            "stop": 874449980
        },
        {
            "start": 874449988,
            "stop": 874450036
        },
        {
            "start": 874450043,
            "stop": 874450080
        },
        {
            "start": 874450087,
            "stop": 874450095
        },
        {
            "start": 874450102,
            "stop": 874450131
        },
        {
            "start": 874450138,
            "stop": 874450147
        },
        {
            "start": 874450155,
            "stop": 874450244
        },
        {
            "start": 874450252,
            "stop": 874450329
        },
        {
            "start": 874450336,
            "stop": 874450350
        },
        {
            "start": 874450357,
            "stop": 874450400
        },
        {
            "start": 874450407,
            "stop": 874450408
        },
        {
            "start": 874450415,
            "stop": 874450426
        }
    ]
}