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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=124",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 125,
    "results": [
        {
            "start": 821360178,
            "stop": 821360298
        },
        {
            "start": 821360451,
            "stop": 821361051
        },
        {
            "start": 821361709,
            "stop": 821362129
        },
        {
            "start": 821369714,
            "stop": 821370014
        },
        {
            "start": 821372419,
            "stop": 821372539
        },
        {
            "start": 821374780,
            "stop": 821374900
        },
        {
            "start": 821378977,
            "stop": 821379037
        },
        {
            "start": 821379440,
            "stop": 821379560
        },
        {
            "start": 821379879,
            "stop": 821380299
        },
        {
            "start": 821380561,
            "stop": 821380681
        },
        {
            "start": 821383546,
            "stop": 821383666
        },
        {
            "start": 821388444,
            "stop": 821388504
        },
        {
            "start": 821390860,
            "stop": 821390980
        },
        {
            "start": 821395566,
            "stop": 821395626
        },
        {
            "start": 821395835,
            "stop": 821395955
        },
        {
            "start": 821396292,
            "stop": 821396382
        },
        {
            "start": 821398199,
            "stop": 821398439
        },
        {
            "start": 821398607,
            "stop": 821398727
        },
        {
            "start": 821399028,
            "stop": 821399088
        },
        {
            "start": 821399450,
            "stop": 821399990
        }
    ]
}