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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=459",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 460,
    "results": [
        {
            "start": 818867160,
            "stop": 818867170
        },
        {
            "start": 818867171,
            "stop": 818867183
        },
        {
            "start": 818867185,
            "stop": 818867252
        },
        {
            "start": 818867254,
            "stop": 818875388
        },
        {
            "start": 818875390,
            "stop": 818888439
        },
        {
            "start": 818888441,
            "stop": 818897300
        },
        {
            "start": 818897302,
            "stop": 818907143
        },
        {
            "start": 818907145,
            "stop": 818913071
        },
        {
            "start": 818913073,
            "stop": 818920235
        },
        {
            "start": 818923632,
            "stop": 818931420
        },
        {
            "start": 818931422,
            "stop": 818931426
        },
        {
            "start": 818931428,
            "stop": 818931432
        },
        {
            "start": 818931434,
            "stop": 818931584
        },
        {
            "start": 818931586,
            "stop": 818931742
        },
        {
            "start": 818932790,
            "stop": 818936007
        },
        {
            "start": 818936723,
            "stop": 818955686
        },
        {
            "start": 818955747,
            "stop": 818957900
        },
        {
            "start": 818957902,
            "stop": 818957984
        },
        {
            "start": 818958932,
            "stop": 818963158
        },
        {
            "start": 818963212,
            "stop": 818984421
        }
    ]
}