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=14759
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=14760",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14758",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14759,
    "results": [
        {
            "start": 971180933,
            "stop": 971180937
        },
        {
            "start": 971180941,
            "stop": 971180944
        },
        {
            "start": 971180948,
            "stop": 971180949
        },
        {
            "start": 971180952,
            "stop": 971180956
        },
        {
            "start": 971180957,
            "stop": 971180959
        },
        {
            "start": 971180960,
            "stop": 971180964
        },
        {
            "start": 971180968,
            "stop": 971180970
        },
        {
            "start": 971180973,
            "stop": 971180975
        },
        {
            "start": 971180979,
            "stop": 971180980
        },
        {
            "start": 971180982,
            "stop": 971180985
        },
        {
            "start": 971180986,
            "stop": 971180988
        },
        {
            "start": 971180993,
            "stop": 971181002
        },
        {
            "start": 971181003,
            "stop": 971181009
        },
        {
            "start": 971181010,
            "stop": 971181012
        },
        {
            "start": 971181013,
            "stop": 971181014
        },
        {
            "start": 971181015,
            "stop": 971181017
        },
        {
            "start": 971181018,
            "stop": 971181020
        },
        {
            "start": 971181022,
            "stop": 971181024
        },
        {
            "start": 971181028,
            "stop": 971181032
        },
        {
            "start": 971181040,
            "stop": 971181044
        }
    ]
}