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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5121",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5122,
    "results": [
        {
            "start": 873488318,
            "stop": 873488334
        },
        {
            "start": 873488350,
            "stop": 873488358
        },
        {
            "start": 873488368,
            "stop": 873488448
        },
        {
            "start": 873488456,
            "stop": 873488487
        },
        {
            "start": 873488494,
            "stop": 873488515
        },
        {
            "start": 873488535,
            "stop": 873488575
        },
        {
            "start": 873488590,
            "stop": 873488597
        },
        {
            "start": 873488605,
            "stop": 873488990
        },
        {
            "start": 873489012,
            "stop": 873489031
        },
        {
            "start": 873489038,
            "stop": 873489103
        },
        {
            "start": 873489110,
            "stop": 873489118
        },
        {
            "start": 873489168,
            "stop": 873489252
        },
        {
            "start": 873489260,
            "stop": 873489736
        },
        {
            "start": 873489748,
            "stop": 873489848
        },
        {
            "start": 873489907,
            "stop": 873490057
        },
        {
            "start": 873490065,
            "stop": 873490081
        },
        {
            "start": 873490097,
            "stop": 873490296
        },
        {
            "start": 873490307,
            "stop": 873490344
        },
        {
            "start": 873490354,
            "stop": 873490405
        },
        {
            "start": 873490413,
            "stop": 873490439
        }
    ]
}