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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=245",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 246,
    "results": [
        {
            "start": 931465523,
            "stop": 931465524
        },
        {
            "start": 931465526,
            "stop": 931465530
        },
        {
            "start": 931465532,
            "stop": 931465545
        },
        {
            "start": 931465547,
            "stop": 931465554
        },
        {
            "start": 931465556,
            "stop": 931465607
        },
        {
            "start": 931465609,
            "stop": 931465636
        },
        {
            "start": 931465638,
            "stop": 931465651
        },
        {
            "start": 931465771,
            "stop": 931465786
        },
        {
            "start": 931465790,
            "stop": 931465813
        },
        {
            "start": 931465815,
            "stop": 931465818
        },
        {
            "start": 931465820,
            "stop": 931465827
        },
        {
            "start": 931465829,
            "stop": 931465837
        },
        {
            "start": 931465839,
            "stop": 931465850
        },
        {
            "start": 931465852,
            "stop": 931465853
        },
        {
            "start": 931465857,
            "stop": 931465918
        },
        {
            "start": 931465921,
            "stop": 931465937
        },
        {
            "start": 931465942,
            "stop": 931465951
        },
        {
            "start": 931465953,
            "stop": 931465959
        },
        {
            "start": 931465961,
            "stop": 931466021
        },
        {
            "start": 931466023,
            "stop": 931466039
        }
    ]
}