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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=286",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 287,
    "results": [
        {
            "start": 931541037,
            "stop": 931541743
        },
        {
            "start": 931541746,
            "stop": 931541927
        },
        {
            "start": 931543466,
            "stop": 931544574
        },
        {
            "start": 931544576,
            "stop": 931544680
        },
        {
            "start": 931544682,
            "stop": 931544705
        },
        {
            "start": 931564420,
            "stop": 931564437
        },
        {
            "start": 931564496,
            "stop": 931564500
        },
        {
            "start": 931564608,
            "stop": 931564612
        },
        {
            "start": 931564704,
            "stop": 931564731
        },
        {
            "start": 931565265,
            "stop": 931565270
        },
        {
            "start": 931565304,
            "stop": 931565310
        },
        {
            "start": 931565541,
            "stop": 931565555
        },
        {
            "start": 931565609,
            "stop": 931565638
        },
        {
            "start": 931565657,
            "stop": 931565670
        },
        {
            "start": 931565689,
            "stop": 931565716
        },
        {
            "start": 931565777,
            "stop": 931565789
        },
        {
            "start": 931565858,
            "stop": 931565882
        },
        {
            "start": 931565915,
            "stop": 931565920
        },
        {
            "start": 931565965,
            "stop": 931565993
        },
        {
            "start": 931566018,
            "stop": 931566040
        }
    ]
}