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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=251",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 252,
    "results": [
        {
            "start": 933300495,
            "stop": 933300728
        },
        {
            "start": 933300758,
            "stop": 933300760
        },
        {
            "start": 933300778,
            "stop": 933301134
        },
        {
            "start": 933301139,
            "stop": 933301222
        },
        {
            "start": 933301241,
            "stop": 933301385
        },
        {
            "start": 933301404,
            "stop": 933301933
        },
        {
            "start": 933301934,
            "stop": 933302047
        },
        {
            "start": 933302048,
            "stop": 933302414
        },
        {
            "start": 933302415,
            "stop": 933302418
        },
        {
            "start": 933302437,
            "stop": 933302604
        },
        {
            "start": 933302605,
            "stop": 933302971
        },
        {
            "start": 933302976,
            "stop": 933303218
        },
        {
            "start": 933303237,
            "stop": 933303344
        },
        {
            "start": 933303345,
            "stop": 933303466
        },
        {
            "start": 933303485,
            "stop": 933303727
        },
        {
            "start": 933303732,
            "stop": 933304223
        },
        {
            "start": 933304243,
            "stop": 933304253
        },
        {
            "start": 933304273,
            "stop": 933304376
        },
        {
            "start": 933304396,
            "stop": 933304594
        },
        {
            "start": 933304627,
            "stop": 933304764
        }
    ]
}