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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8047",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8048,
    "results": [
        {
            "start": 872235526,
            "stop": 872235558
        },
        {
            "start": 872235584,
            "stop": 872235663
        },
        {
            "start": 872235682,
            "stop": 872235686
        },
        {
            "start": 872235708,
            "stop": 872235875
        },
        {
            "start": 872235894,
            "stop": 872235903
        },
        {
            "start": 872236007,
            "stop": 872236033
        },
        {
            "start": 872236052,
            "stop": 872236101
        },
        {
            "start": 872236148,
            "stop": 872236155
        },
        {
            "start": 872236174,
            "stop": 872236230
        },
        {
            "start": 872237310,
            "stop": 872237320
        },
        {
            "start": 872237379,
            "stop": 872237394
        },
        {
            "start": 872237413,
            "stop": 872237439
        },
        {
            "start": 872237464,
            "stop": 872237473
        },
        {
            "start": 872237506,
            "stop": 872237612
        },
        {
            "start": 872237631,
            "stop": 872238531
        },
        {
            "start": 872238548,
            "stop": 872238586
        },
        {
            "start": 872238605,
            "stop": 872239439
        },
        {
            "start": 872239458,
            "stop": 872239472
        },
        {
            "start": 872239502,
            "stop": 872240269
        },
        {
            "start": 872240286,
            "stop": 872240608
        }
    ]
}