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=15720
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=15721",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15719",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15720,
    "results": [
        {
            "start": 971164703,
            "stop": 971164705
        },
        {
            "start": 971164706,
            "stop": 971164709
        },
        {
            "start": 971164712,
            "stop": 971164714
        },
        {
            "start": 971164716,
            "stop": 971164727
        },
        {
            "start": 971164728,
            "stop": 971164729
        },
        {
            "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
        }
    ]
}