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_CBCLOW_CAT1/segments?format=api&page=210
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=209",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 210,
    "results": [
        {
            "start": 852643681,
            "stop": 852644191
        },
        {
            "start": 852644382,
            "stop": 852644625
        },
        {
            "start": 852645936,
            "stop": 852651144
        },
        {
            "start": 852652319,
            "stop": 852652539
        },
        {
            "start": 852655607,
            "stop": 852660197
        },
        {
            "start": 852664939,
            "stop": 852670111
        },
        {
            "start": 852672795,
            "stop": 852674421
        },
        {
            "start": 852674483,
            "stop": 852675925
        },
        {
            "start": 852676021,
            "stop": 852676242
        },
        {
            "start": 852679182,
            "stop": 852681973
        },
        {
            "start": 852682137,
            "stop": 852684258
        },
        {
            "start": 852684459,
            "stop": 852695456
        },
        {
            "start": 852695839,
            "stop": 852698173
        },
        {
            "start": 852725631,
            "stop": 852747661
        },
        {
            "start": 852751703,
            "stop": 852764163
        },
        {
            "start": 852766081,
            "stop": 852798978
        },
        {
            "start": 852799962,
            "stop": 852855416
        },
        {
            "start": 852855624,
            "stop": 852882851
        },
        {
            "start": 852883966,
            "stop": 852893154
        },
        {
            "start": 852895632,
            "stop": 852898669
        }
    ]
}