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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=73",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 74,
    "results": [
        {
            "start": 822459849,
            "stop": 822460602
        },
        {
            "start": 822460616,
            "stop": 822476233
        },
        {
            "start": 822476238,
            "stop": 822476240
        },
        {
            "start": 822476590,
            "stop": 822477253
        },
        {
            "start": 822477273,
            "stop": 822477274
        },
        {
            "start": 822477398,
            "stop": 822477493
        },
        {
            "start": 822479718,
            "stop": 822481783
        },
        {
            "start": 822482729,
            "stop": 822484374
        },
        {
            "start": 822484991,
            "stop": 822485556
        },
        {
            "start": 822485561,
            "stop": 822486012
        },
        {
            "start": 822486458,
            "stop": 822486553
        },
        {
            "start": 822486569,
            "stop": 822486570
        },
        {
            "start": 822486688,
            "stop": 822487033
        },
        {
            "start": 822487132,
            "stop": 822487870
        },
        {
            "start": 822491020,
            "stop": 822493137
        },
        {
            "start": 822493588,
            "stop": 822494653
        },
        {
            "start": 822495278,
            "stop": 822497604
        },
        {
            "start": 822497608,
            "stop": 822497623
        },
        {
            "start": 822497637,
            "stop": 822497691
        },
        {
            "start": 822497701,
            "stop": 822497706
        }
    ]
}