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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=193",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 194,
    "results": [
        {
            "start": 817635730,
            "stop": 817638027
        },
        {
            "start": 817638069,
            "stop": 817638103
        },
        {
            "start": 817638857,
            "stop": 817643454
        },
        {
            "start": 817643504,
            "stop": 817644223
        },
        {
            "start": 817644242,
            "stop": 817644713
        },
        {
            "start": 817644734,
            "stop": 817645240
        },
        {
            "start": 817645262,
            "stop": 817646516
        },
        {
            "start": 817646536,
            "stop": 817646825
        },
        {
            "start": 817646851,
            "stop": 817646926
        },
        {
            "start": 817646945,
            "stop": 817646999
        },
        {
            "start": 817647016,
            "stop": 817647873
        },
        {
            "start": 817647892,
            "stop": 817648009
        },
        {
            "start": 817648043,
            "stop": 817649579
        },
        {
            "start": 817649596,
            "stop": 817649723
        },
        {
            "start": 817649740,
            "stop": 817651830
        },
        {
            "start": 817652914,
            "stop": 817653059
        },
        {
            "start": 817653065,
            "stop": 817653081
        },
        {
            "start": 817653100,
            "stop": 817653125
        },
        {
            "start": 817653128,
            "stop": 817653143
        },
        {
            "start": 817653149,
            "stop": 817653618
        }
    ]
}