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=5261
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=5262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5260",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5261,
    "results": [
        {
            "start": 875219843,
            "stop": 875219873
        },
        {
            "start": 875219881,
            "stop": 875219895
        },
        {
            "start": 875219902,
            "stop": 875219915
        },
        {
            "start": 875219922,
            "stop": 875219923
        },
        {
            "start": 875219940,
            "stop": 875219959
        },
        {
            "start": 875219966,
            "stop": 875219987
        },
        {
            "start": 875219995,
            "stop": 875220064
        },
        {
            "start": 875220071,
            "stop": 875220093
        },
        {
            "start": 875220100,
            "stop": 875220115
        },
        {
            "start": 875220127,
            "stop": 875220131
        },
        {
            "start": 875220138,
            "stop": 875220169
        },
        {
            "start": 875220176,
            "stop": 875220178
        },
        {
            "start": 875220186,
            "stop": 875220206
        },
        {
            "start": 875220214,
            "stop": 875220300
        },
        {
            "start": 875220307,
            "stop": 875220335
        },
        {
            "start": 875220342,
            "stop": 875220378
        },
        {
            "start": 875220385,
            "stop": 875220511
        },
        {
            "start": 875220518,
            "stop": 875220524
        },
        {
            "start": 875220540,
            "stop": 875220557
        },
        {
            "start": 875220564,
            "stop": 875220580
        }
    ]
}