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_H1L1/segments?format=api&page=46
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_H1L1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=45",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 46,
    "results": [
        {
            "start": 818622830,
            "stop": 818623370
        },
        {
            "start": 818626077,
            "stop": 818626197
        },
        {
            "start": 818626257,
            "stop": 818626497
        },
        {
            "start": 818626672,
            "stop": 818626852
        },
        {
            "start": 818627019,
            "stop": 818627139
        },
        {
            "start": 818627417,
            "stop": 818628377
        },
        {
            "start": 818629166,
            "stop": 818629226
        },
        {
            "start": 818629449,
            "stop": 818629509
        },
        {
            "start": 818631000,
            "stop": 818631060
        },
        {
            "start": 818631616,
            "stop": 818631676
        },
        {
            "start": 818633880,
            "stop": 818633940
        },
        {
            "start": 818634613,
            "stop": 818634733
        },
        {
            "start": 818638400,
            "stop": 818638520
        },
        {
            "start": 818639250,
            "stop": 818639430
        },
        {
            "start": 818639740,
            "stop": 818639920
        },
        {
            "start": 818640204,
            "stop": 818640324
        },
        {
            "start": 818758917,
            "stop": 818758977
        },
        {
            "start": 818924034,
            "stop": 818924394
        },
        {
            "start": 818924585,
            "stop": 818924645
        },
        {
            "start": 818925446,
            "stop": 818925626
        }
    ]
}