Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=115",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 116,
    "results": [
        {
            "start": 821075403,
            "stop": 821075463
        },
        {
            "start": 821075627,
            "stop": 821076227
        },
        {
            "start": 821076382,
            "stop": 821077102
        },
        {
            "start": 821077365,
            "stop": 821080905
        },
        {
            "start": 821081056,
            "stop": 821082076
        },
        {
            "start": 821082221,
            "stop": 821083541
        },
        {
            "start": 821083689,
            "stop": 821083869
        },
        {
            "start": 821084025,
            "stop": 821084985
        },
        {
            "start": 821085148,
            "stop": 821086708
        },
        {
            "start": 821087057,
            "stop": 821089097
        },
        {
            "start": 821090609,
            "stop": 821090849
        },
        {
            "start": 821091167,
            "stop": 821091767
        },
        {
            "start": 821091943,
            "stop": 821093503
        },
        {
            "start": 821093682,
            "stop": 821096352
        },
        {
            "start": 821096502,
            "stop": 821098602
        },
        {
            "start": 821098798,
            "stop": 821099518
        },
        {
            "start": 821099688,
            "stop": 821103888
        },
        {
            "start": 821107357,
            "stop": 821107417
        },
        {
            "start": 821110020,
            "stop": 821110350
        },
        {
            "start": 821111735,
            "stop": 821111795
        }
    ]
}