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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=43",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 44,
    "results": [
        {
            "start": 1247425786,
            "stop": 1247445993
        },
        {
            "start": 1247447467,
            "stop": 1247455479
        },
        {
            "start": 1247460236,
            "stop": 1247463941
        },
        {
            "start": 1247465528,
            "stop": 1247483829
        },
        {
            "start": 1247484518,
            "stop": 1247489668
        },
        {
            "start": 1247489684,
            "stop": 1247490764
        },
        {
            "start": 1247493444,
            "stop": 1247495005
        },
        {
            "start": 1247495013,
            "stop": 1247495021
        },
        {
            "start": 1247495037,
            "stop": 1247503344
        },
        {
            "start": 1247503350,
            "stop": 1247512396
        },
        {
            "start": 1247512804,
            "stop": 1247513942
        },
        {
            "start": 1247514057,
            "stop": 1247515356
        },
        {
            "start": 1247517242,
            "stop": 1247539808
        },
        {
            "start": 1247542430,
            "stop": 1247549705
        },
        {
            "start": 1247549745,
            "stop": 1247549793
        },
        {
            "start": 1247551336,
            "stop": 1247584413
        },
        {
            "start": 1247584945,
            "stop": 1247599510
        },
        {
            "start": 1247599518,
            "stop": 1247603854
        },
        {
            "start": 1247611458,
            "stop": 1247613665
        },
        {
            "start": 1247613674,
            "stop": 1247615153
        }
    ]
}