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=947
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=948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=946",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 947,
    "results": [
        {
            "start": 870916932,
            "stop": 870916992
        },
        {
            "start": 870917441,
            "stop": 870917501
        },
        {
            "start": 870918905,
            "stop": 870918965
        },
        {
            "start": 870919488,
            "stop": 870919608
        },
        {
            "start": 870920454,
            "stop": 870920514
        },
        {
            "start": 870921023,
            "stop": 870921143
        },
        {
            "start": 870921293,
            "stop": 870921443
        },
        {
            "start": 870921753,
            "stop": 870921813
        },
        {
            "start": 870921976,
            "stop": 870922156
        },
        {
            "start": 870923130,
            "stop": 870923190
        },
        {
            "start": 870923436,
            "stop": 870923736
        },
        {
            "start": 870924435,
            "stop": 870925305
        },
        {
            "start": 870925335,
            "stop": 870925995
        },
        {
            "start": 870926165,
            "stop": 870926225
        },
        {
            "start": 870926781,
            "stop": 870926901
        },
        {
            "start": 870929722,
            "stop": 870929842
        },
        {
            "start": 870930442,
            "stop": 870931222
        },
        {
            "start": 870931457,
            "stop": 870932777
        },
        {
            "start": 870932970,
            "stop": 870933150
        },
        {
            "start": 870933826,
            "stop": 870933946
        }
    ]
}