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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=82",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 83,
    "results": [
        {
            "start": 819168616,
            "stop": 819168619
        },
        {
            "start": 819168622,
            "stop": 819168726
        },
        {
            "start": 819168729,
            "stop": 819168732
        },
        {
            "start": 819168735,
            "stop": 819168737
        },
        {
            "start": 819168754,
            "stop": 819169579
        },
        {
            "start": 819169582,
            "stop": 819169637
        },
        {
            "start": 819169640,
            "stop": 819169723
        },
        {
            "start": 819169726,
            "stop": 819169743
        },
        {
            "start": 819169746,
            "stop": 819169855
        },
        {
            "start": 819169858,
            "stop": 819169870
        },
        {
            "start": 819169887,
            "stop": 819170093
        },
        {
            "start": 819170097,
            "stop": 819170205
        },
        {
            "start": 819170209,
            "stop": 819170506
        },
        {
            "start": 819170511,
            "stop": 819170556
        },
        {
            "start": 819170559,
            "stop": 819170845
        },
        {
            "start": 819170848,
            "stop": 819171028
        },
        {
            "start": 819171045,
            "stop": 819171099
        },
        {
            "start": 819171116,
            "stop": 819171166
        },
        {
            "start": 819171169,
            "stop": 819171173
        },
        {
            "start": 819171177,
            "stop": 819171179
        }
    ]
}