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=987
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=988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=986",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 987,
    "results": [
        {
            "start": 872592630,
            "stop": 872592930
        },
        {
            "start": 872594115,
            "stop": 872594475
        },
        {
            "start": 872594664,
            "stop": 872594964
        },
        {
            "start": 872595663,
            "stop": 872595723
        },
        {
            "start": 872595998,
            "stop": 872596058
        },
        {
            "start": 872596207,
            "stop": 872596387
        },
        {
            "start": 872597253,
            "stop": 872597313
        },
        {
            "start": 872597474,
            "stop": 872597534
        },
        {
            "start": 872597829,
            "stop": 872597889
        },
        {
            "start": 872598058,
            "stop": 872598118
        },
        {
            "start": 872598753,
            "stop": 872599173
        },
        {
            "start": 872599660,
            "stop": 872599960
        },
        {
            "start": 872600188,
            "stop": 872600308
        },
        {
            "start": 872602164,
            "stop": 872602284
        },
        {
            "start": 872602802,
            "stop": 872602862
        },
        {
            "start": 872603042,
            "stop": 872603132
        },
        {
            "start": 872603300,
            "stop": 872603720
        },
        {
            "start": 872604827,
            "stop": 872606147
        },
        {
            "start": 872606452,
            "stop": 872606632
        },
        {
            "start": 872608874,
            "stop": 872608934
        }
    ]
}