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=796
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=797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=795",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 796,
    "results": [
        {
            "start": 866214443,
            "stop": 866214608
        },
        {
            "start": 866214611,
            "stop": 866214637
        },
        {
            "start": 866214640,
            "stop": 866214700
        },
        {
            "start": 866214704,
            "stop": 866214758
        },
        {
            "start": 866231329,
            "stop": 866231388
        },
        {
            "start": 866231391,
            "stop": 866231503
        },
        {
            "start": 866231506,
            "stop": 866231513
        },
        {
            "start": 866231516,
            "stop": 866231538
        },
        {
            "start": 866235167,
            "stop": 866235242
        },
        {
            "start": 866235245,
            "stop": 866235639
        },
        {
            "start": 866235642,
            "stop": 866235668
        },
        {
            "start": 866235671,
            "stop": 866235988
        },
        {
            "start": 866247325,
            "stop": 866259337
        },
        {
            "start": 866260639,
            "stop": 866260826
        },
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325898
        },
        {
            "start": 866326608,
            "stop": 866333476
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866351775
        }
    ]
}