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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=18",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 19,
    "results": [
        {
            "start": 822387570,
            "stop": 822413357
        },
        {
            "start": 822413967,
            "stop": 822417178
        },
        {
            "start": 822423774,
            "stop": 822424815
        },
        {
            "start": 822425370,
            "stop": 822427383
        },
        {
            "start": 822427806,
            "stop": 822427897
        },
        {
            "start": 822428636,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822476240
        },
        {
            "start": 822476590,
            "stop": 822477274
        },
        {
            "start": 822477398,
            "stop": 822477535
        },
        {
            "start": 822479718,
            "stop": 822481813
        },
        {
            "start": 822482729,
            "stop": 822484404
        },
        {
            "start": 822484991,
            "stop": 822486012
        },
        {
            "start": 822486458,
            "stop": 822486570
        },
        {
            "start": 822486688,
            "stop": 822487060
        },
        {
            "start": 822487132,
            "stop": 822487900
        },
        {
            "start": 822491020,
            "stop": 822493167
        },
        {
            "start": 822493588,
            "stop": 822494692
        },
        {
            "start": 822495278,
            "stop": 822497811
        },
        {
            "start": 822509795,
            "stop": 822511774
        }
    ]
}