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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14806",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14804",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14805,
    "results": [
        {
            "start": 971252230,
            "stop": 971252237
        },
        {
            "start": 971252239,
            "stop": 971252242
        },
        {
            "start": 971252244,
            "stop": 971252270
        },
        {
            "start": 971252271,
            "stop": 971252278
        },
        {
            "start": 971252280,
            "stop": 971252284
        },
        {
            "start": 971252286,
            "stop": 971252295
        },
        {
            "start": 971252297,
            "stop": 971252307
        },
        {
            "start": 971252308,
            "stop": 971252350
        },
        {
            "start": 971252351,
            "stop": 971252355
        },
        {
            "start": 971252356,
            "stop": 971252359
        },
        {
            "start": 971252360,
            "stop": 971252370
        },
        {
            "start": 971252371,
            "stop": 971252389
        },
        {
            "start": 971252392,
            "stop": 971252395
        },
        {
            "start": 971252396,
            "stop": 971252400
        },
        {
            "start": 971252401,
            "stop": 971252413
        },
        {
            "start": 971252414,
            "stop": 971252416
        },
        {
            "start": 971252417,
            "stop": 971252423
        },
        {
            "start": 971252425,
            "stop": 971252429
        },
        {
            "start": 971252438,
            "stop": 971252458
        },
        {
            "start": 971252459,
            "stop": 971252487
        }
    ]
}