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=8047
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=8048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8046",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8047,
    "results": [
        {
            "start": 872228725,
            "stop": 872229433
        },
        {
            "start": 872229466,
            "stop": 872229468
        },
        {
            "start": 872229515,
            "stop": 872229627
        },
        {
            "start": 872229644,
            "stop": 872229651
        },
        {
            "start": 872229668,
            "stop": 872229689
        },
        {
            "start": 872229716,
            "stop": 872229893
        },
        {
            "start": 872229913,
            "stop": 872229935
        },
        {
            "start": 872229954,
            "stop": 872230563
        },
        {
            "start": 872233647,
            "stop": 872233651
        },
        {
            "start": 872233705,
            "stop": 872233821
        },
        {
            "start": 872233855,
            "stop": 872233857
        },
        {
            "start": 872233876,
            "stop": 872233889
        },
        {
            "start": 872233908,
            "stop": 872234164
        },
        {
            "start": 872234181,
            "stop": 872234568
        },
        {
            "start": 872234587,
            "stop": 872234590
        },
        {
            "start": 872234609,
            "stop": 872234623
        },
        {
            "start": 872234651,
            "stop": 872234980
        },
        {
            "start": 872235018,
            "stop": 872235127
        },
        {
            "start": 872235146,
            "stop": 872235438
        },
        {
            "start": 872235504,
            "stop": 872235507
        }
    ]
}