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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5167",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5168,
    "results": [
        {
            "start": 969689426,
            "stop": 969689611
        },
        {
            "start": 969689614,
            "stop": 969689726
        },
        {
            "start": 969689729,
            "stop": 969690087
        },
        {
            "start": 969690091,
            "stop": 969690113
        },
        {
            "start": 969690116,
            "stop": 969690167
        },
        {
            "start": 969690170,
            "stop": 969690192
        },
        {
            "start": 969690195,
            "stop": 969690556
        },
        {
            "start": 969690559,
            "stop": 969690768
        },
        {
            "start": 969690771,
            "stop": 969691322
        },
        {
            "start": 969691325,
            "stop": 969691485
        },
        {
            "start": 969691488,
            "stop": 969691492
        },
        {
            "start": 969691495,
            "stop": 969691506
        },
        {
            "start": 969691509,
            "stop": 969691554
        },
        {
            "start": 969691557,
            "stop": 969691576
        },
        {
            "start": 969691579,
            "stop": 969691655
        },
        {
            "start": 969691658,
            "stop": 969692465
        },
        {
            "start": 969692468,
            "stop": 969693290
        },
        {
            "start": 969693293,
            "stop": 969693790
        },
        {
            "start": 969693795,
            "stop": 969693855
        },
        {
            "start": 969693858,
            "stop": 969693880
        }
    ]
}