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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14638",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14636",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14637,
    "results": [
        {
            "start": 971164731,
            "stop": 971164735
        },
        {
            "start": 971164738,
            "stop": 971164740
        },
        {
            "start": 971164741,
            "stop": 971164742
        },
        {
            "start": 971164750,
            "stop": 971164753
        },
        {
            "start": 971164757,
            "stop": 971164762
        },
        {
            "start": 971164764,
            "stop": 971164765
        },
        {
            "start": 971164766,
            "stop": 971164767
        },
        {
            "start": 971164771,
            "stop": 971164774
        },
        {
            "start": 971164776,
            "stop": 971164783
        },
        {
            "start": 971164792,
            "stop": 971164793
        },
        {
            "start": 971164794,
            "stop": 971164795
        },
        {
            "start": 971164799,
            "stop": 971164801
        },
        {
            "start": 971164802,
            "stop": 971164804
        },
        {
            "start": 971164805,
            "stop": 971164810
        },
        {
            "start": 971164821,
            "stop": 971164822
        },
        {
            "start": 971164823,
            "stop": 971164824
        },
        {
            "start": 971164825,
            "stop": 971164827
        },
        {
            "start": 971164829,
            "stop": 971164833
        },
        {
            "start": 971164835,
            "stop": 971164836
        },
        {
            "start": 971164843,
            "stop": 971164844
        }
    ]
}