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=15855
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=15856",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15854",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15855,
    "results": [
        {
            "start": 971235678,
            "stop": 971235726
        },
        {
            "start": 971236637,
            "stop": 971236701
        },
        {
            "start": 971236702,
            "stop": 971236713
        },
        {
            "start": 971236717,
            "stop": 971236775
        },
        {
            "start": 971236777,
            "stop": 971236821
        },
        {
            "start": 971236823,
            "stop": 971236863
        },
        {
            "start": 971236864,
            "stop": 971236867
        },
        {
            "start": 971236868,
            "stop": 971236898
        },
        {
            "start": 971236899,
            "stop": 971236917
        },
        {
            "start": 971236920,
            "stop": 971236942
        },
        {
            "start": 971236945,
            "stop": 971236962
        },
        {
            "start": 971236964,
            "stop": 971236974
        },
        {
            "start": 971236976,
            "stop": 971236989
        },
        {
            "start": 971236991,
            "stop": 971236992
        },
        {
            "start": 971236994,
            "stop": 971237012
        },
        {
            "start": 971237014,
            "stop": 971237047
        },
        {
            "start": 971237048,
            "stop": 971237052
        },
        {
            "start": 971237054,
            "stop": 971237132
        },
        {
            "start": 971237133,
            "stop": 971237155
        },
        {
            "start": 971237156,
            "stop": 971237164
        }
    ]
}