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=1057
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=1058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1056",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1057,
    "results": [
        {
            "start": 874941057,
            "stop": 874941747
        },
        {
            "start": 874942140,
            "stop": 874944780
        },
        {
            "start": 874944948,
            "stop": 874945368
        },
        {
            "start": 874950215,
            "stop": 874952015
        },
        {
            "start": 874954280,
            "stop": 874955840
        },
        {
            "start": 874958491,
            "stop": 874958791
        },
        {
            "start": 874970013,
            "stop": 874971573
        },
        {
            "start": 874971720,
            "stop": 874972380
        },
        {
            "start": 874972561,
            "stop": 874973881
        },
        {
            "start": 874974046,
            "stop": 874974106
        },
        {
            "start": 874974269,
            "stop": 874977239
        },
        {
            "start": 874991079,
            "stop": 874991139
        },
        {
            "start": 874991396,
            "stop": 874992476
        },
        {
            "start": 874992824,
            "stop": 874993304
        },
        {
            "start": 874993459,
            "stop": 874994359
        },
        {
            "start": 874994536,
            "stop": 874996276
        },
        {
            "start": 874996616,
            "stop": 875000216
        },
        {
            "start": 875000381,
            "stop": 875000681
        },
        {
            "start": 875000855,
            "stop": 875002595
        },
        {
            "start": 875002748,
            "stop": 875002868
        }
    ]
}