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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15720",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15718",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15719,
    "results": [
        {
            "start": 971164600,
            "stop": 971164601
        },
        {
            "start": 971164604,
            "stop": 971164605
        },
        {
            "start": 971164606,
            "stop": 971164607
        },
        {
            "start": 971164613,
            "stop": 971164614
        },
        {
            "start": 971164616,
            "stop": 971164622
        },
        {
            "start": 971164624,
            "stop": 971164626
        },
        {
            "start": 971164628,
            "stop": 971164632
        },
        {
            "start": 971164633,
            "stop": 971164636
        },
        {
            "start": 971164645,
            "stop": 971164653
        },
        {
            "start": 971164654,
            "stop": 971164656
        },
        {
            "start": 971164659,
            "stop": 971164660
        },
        {
            "start": 971164661,
            "stop": 971164662
        },
        {
            "start": 971164664,
            "stop": 971164665
        },
        {
            "start": 971164666,
            "stop": 971164669
        },
        {
            "start": 971164671,
            "stop": 971164674
        },
        {
            "start": 971164677,
            "stop": 971164679
        },
        {
            "start": 971164683,
            "stop": 971164684
        },
        {
            "start": 971164685,
            "stop": 971164688
        },
        {
            "start": 971164696,
            "stop": 971164697
        },
        {
            "start": 971164699,
            "stop": 971164700
        }
    ]
}