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=15670
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=15671",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15669",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15670,
    "results": [
        {
            "start": 971159514,
            "stop": 971159515
        },
        {
            "start": 971159516,
            "stop": 971159517
        },
        {
            "start": 971159519,
            "stop": 971159520
        },
        {
            "start": 971159523,
            "stop": 971159524
        },
        {
            "start": 971159525,
            "stop": 971159529
        },
        {
            "start": 971159532,
            "stop": 971159535
        },
        {
            "start": 971159536,
            "stop": 971159537
        },
        {
            "start": 971159546,
            "stop": 971159548
        },
        {
            "start": 971159553,
            "stop": 971159557
        },
        {
            "start": 971159558,
            "stop": 971159561
        },
        {
            "start": 971159562,
            "stop": 971159563
        },
        {
            "start": 971159565,
            "stop": 971159567
        },
        {
            "start": 971159569,
            "stop": 971159572
        },
        {
            "start": 971159573,
            "stop": 971159578
        },
        {
            "start": 971159583,
            "stop": 971159584
        },
        {
            "start": 971159585,
            "stop": 971159591
        },
        {
            "start": 971159592,
            "stop": 971159593
        },
        {
            "start": 971159595,
            "stop": 971159597
        },
        {
            "start": 971159601,
            "stop": 971159610
        },
        {
            "start": 971159611,
            "stop": 971159612
        }
    ]
}