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=10018
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=10019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10017",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10018,
    "results": [
        {
            "start": 872338885,
            "stop": 872338959
        },
        {
            "start": 872339026,
            "stop": 872339065
        },
        {
            "start": 872339101,
            "stop": 872339108
        },
        {
            "start": 872339144,
            "stop": 872339266
        },
        {
            "start": 872339302,
            "stop": 872339357
        },
        {
            "start": 872339395,
            "stop": 872339834
        },
        {
            "start": 872339882,
            "stop": 872339894
        },
        {
            "start": 872339951,
            "stop": 872340028
        },
        {
            "start": 872340062,
            "stop": 872340087
        },
        {
            "start": 872340123,
            "stop": 872340554
        },
        {
            "start": 872340590,
            "stop": 872341322
        },
        {
            "start": 872341359,
            "stop": 872341437
        },
        {
            "start": 872341471,
            "stop": 872341569
        },
        {
            "start": 872341636,
            "stop": 872341679
        },
        {
            "start": 872341715,
            "stop": 872341781
        },
        {
            "start": 872341924,
            "stop": 872341937
        },
        {
            "start": 872341996,
            "stop": 872342046
        },
        {
            "start": 872342063,
            "stop": 872342365
        },
        {
            "start": 872342404,
            "stop": 872342730
        },
        {
            "start": 872344350,
            "stop": 872344468
        }
    ]
}