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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=296",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 297,
    "results": [
        {
            "start": 818368743,
            "stop": 818368802
        },
        {
            "start": 818368849,
            "stop": 818368893
        },
        {
            "start": 818368913,
            "stop": 818368919
        },
        {
            "start": 818368938,
            "stop": 818368956
        },
        {
            "start": 818369009,
            "stop": 818369013
        },
        {
            "start": 818369033,
            "stop": 818369034
        },
        {
            "start": 818369063,
            "stop": 818369076
        },
        {
            "start": 818369097,
            "stop": 818369160
        },
        {
            "start": 818369194,
            "stop": 818369212
        },
        {
            "start": 818369232,
            "stop": 818369255
        },
        {
            "start": 818369293,
            "stop": 818369335
        },
        {
            "start": 818369354,
            "stop": 818369386
        },
        {
            "start": 818369405,
            "stop": 818369453
        },
        {
            "start": 818369484,
            "stop": 818369490
        },
        {
            "start": 818369544,
            "stop": 818369630
        },
        {
            "start": 818369649,
            "stop": 818369658
        },
        {
            "start": 818369689,
            "stop": 818369691
        },
        {
            "start": 818369739,
            "stop": 818369747
        },
        {
            "start": 818369854,
            "stop": 818369925
        },
        {
            "start": 818369965,
            "stop": 818370032
        }
    ]
}