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=15932
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=15933",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15931",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15932,
    "results": [
        {
            "start": 971402418,
            "stop": 971402426
        },
        {
            "start": 971402427,
            "stop": 971402446
        },
        {
            "start": 971402448,
            "stop": 971402455
        },
        {
            "start": 971402457,
            "stop": 971402460
        },
        {
            "start": 971402461,
            "stop": 971402487
        },
        {
            "start": 971402490,
            "stop": 971402512
        },
        {
            "start": 971402514,
            "stop": 971402529
        },
        {
            "start": 971402531,
            "stop": 971402545
        },
        {
            "start": 971402546,
            "stop": 971402549
        },
        {
            "start": 971402551,
            "stop": 971402562
        },
        {
            "start": 971402564,
            "stop": 971402566
        },
        {
            "start": 971402568,
            "stop": 971402570
        },
        {
            "start": 971402572,
            "stop": 971402573
        },
        {
            "start": 971402577,
            "stop": 971402584
        },
        {
            "start": 971402585,
            "stop": 971402588
        },
        {
            "start": 971402589,
            "stop": 971402597
        },
        {
            "start": 971402598,
            "stop": 971402611
        },
        {
            "start": 971402613,
            "stop": 971402615
        },
        {
            "start": 971402616,
            "stop": 971402620
        },
        {
            "start": 971402621,
            "stop": 971402630
        }
    ]
}