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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=979",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 980,
    "results": [
        {
            "start": 872405653,
            "stop": 872408773
        },
        {
            "start": 872408910,
            "stop": 872410290
        },
        {
            "start": 872411754,
            "stop": 872411994
        },
        {
            "start": 872412200,
            "stop": 872412320
        },
        {
            "start": 872412582,
            "stop": 872412942
        },
        {
            "start": 872413100,
            "stop": 872414060
        },
        {
            "start": 872414934,
            "stop": 872418294
        },
        {
            "start": 872418454,
            "stop": 872419534
        },
        {
            "start": 872422395,
            "stop": 872422575
        },
        {
            "start": 872422792,
            "stop": 872422852
        },
        {
            "start": 872432377,
            "stop": 872432557
        },
        {
            "start": 872433073,
            "stop": 872433193
        },
        {
            "start": 872436909,
            "stop": 872437149
        },
        {
            "start": 872437296,
            "stop": 872437596
        },
        {
            "start": 872437742,
            "stop": 872437802
        },
        {
            "start": 872438049,
            "stop": 872438109
        },
        {
            "start": 872438427,
            "stop": 872438487
        },
        {
            "start": 872438643,
            "stop": 872438943
        },
        {
            "start": 872439093,
            "stop": 872439273
        },
        {
            "start": 872439852,
            "stop": 872439972
        }
    ]
}