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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=62",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 63,
    "results": [
        {
            "start": 833320829,
            "stop": 833369510
        },
        {
            "start": 833370860,
            "stop": 833386774
        },
        {
            "start": 833387665,
            "stop": 833389839
        },
        {
            "start": 833391258,
            "stop": 833393816
        },
        {
            "start": 833394611,
            "stop": 833396803
        },
        {
            "start": 833397446,
            "stop": 833414797
        },
        {
            "start": 833415832,
            "stop": 833425450
        },
        {
            "start": 833427109,
            "stop": 833446738
        },
        {
            "start": 833448607,
            "stop": 833451133
        },
        {
            "start": 833452115,
            "stop": 833574164
        },
        {
            "start": 833575168,
            "stop": 833576873
        },
        {
            "start": 833577477,
            "stop": 833578467
        },
        {
            "start": 833579192,
            "stop": 833580709
        },
        {
            "start": 833581326,
            "stop": 833641231
        },
        {
            "start": 833658790,
            "stop": 833658807
        },
        {
            "start": 833659775,
            "stop": 833663506
        },
        {
            "start": 833665479,
            "stop": 833681867
        },
        {
            "start": 833682895,
            "stop": 833728675
        },
        {
            "start": 833729398,
            "stop": 833742356
        },
        {
            "start": 833743219,
            "stop": 833744588
        }
    ]
}