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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=303",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 304,
    "results": [
        {
            "start": 1247769305,
            "stop": 1247769384
        },
        {
            "start": 1247769385,
            "stop": 1247769490
        },
        {
            "start": 1247769492,
            "stop": 1247769495
        },
        {
            "start": 1247769496,
            "stop": 1247769500
        },
        {
            "start": 1247769501,
            "stop": 1247769614
        },
        {
            "start": 1247769619,
            "stop": 1247769622
        },
        {
            "start": 1247769625,
            "stop": 1247769674
        },
        {
            "start": 1247769677,
            "stop": 1247769682
        },
        {
            "start": 1247769684,
            "stop": 1247769746
        },
        {
            "start": 1247769756,
            "stop": 1247769818
        },
        {
            "start": 1247769824,
            "stop": 1247769825
        },
        {
            "start": 1247769827,
            "stop": 1247769828
        },
        {
            "start": 1247769830,
            "stop": 1247769831
        },
        {
            "start": 1247769832,
            "stop": 1247769930
        },
        {
            "start": 1247769931,
            "stop": 1247769975
        },
        {
            "start": 1247769977,
            "stop": 1247769984
        },
        {
            "start": 1247769985,
            "stop": 1247770116
        },
        {
            "start": 1247770117,
            "stop": 1247770125
        },
        {
            "start": 1247770126,
            "stop": 1247770297
        },
        {
            "start": 1247770298,
            "stop": 1247770302
        }
    ]
}