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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9861",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9862,
    "results": [
        {
            "start": 870112789,
            "stop": 870115823
        },
        {
            "start": 870121033,
            "stop": 870121080
        },
        {
            "start": 870121225,
            "stop": 870121258
        },
        {
            "start": 870121276,
            "stop": 870121361
        },
        {
            "start": 870121395,
            "stop": 870121864
        },
        {
            "start": 870121882,
            "stop": 870121952
        },
        {
            "start": 870122083,
            "stop": 870123426
        },
        {
            "start": 870123475,
            "stop": 870125536
        },
        {
            "start": 870125552,
            "stop": 870125607
        },
        {
            "start": 870125624,
            "stop": 870125852
        },
        {
            "start": 870125892,
            "stop": 870127142
        },
        {
            "start": 870127161,
            "stop": 870127324
        },
        {
            "start": 870127558,
            "stop": 870127800
        },
        {
            "start": 870127920,
            "stop": 870127956
        },
        {
            "start": 870127971,
            "stop": 870127974
        },
        {
            "start": 870127982,
            "stop": 870128040
        },
        {
            "start": 870128400,
            "stop": 870128460
        },
        {
            "start": 870128596,
            "stop": 870128640
        },
        {
            "start": 870128700,
            "stop": 870128857
        },
        {
            "start": 870128874,
            "stop": 870129951
        }
    ]
}