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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 7,
    "results": [
        {
            "start": 1397416781,
            "stop": 1397416807
        },
        {
            "start": 1397416808,
            "stop": 1397416866
        },
        {
            "start": 1397416869,
            "stop": 1397416886
        },
        {
            "start": 1397416887,
            "stop": 1397416889
        },
        {
            "start": 1397416890,
            "stop": 1397416907
        },
        {
            "start": 1397416909,
            "stop": 1397416934
        },
        {
            "start": 1397416935,
            "stop": 1397416964
        },
        {
            "start": 1397416965,
            "stop": 1397417030
        },
        {
            "start": 1397417034,
            "stop": 1397417035
        },
        {
            "start": 1397417038,
            "stop": 1397417044
        },
        {
            "start": 1397417045,
            "stop": 1397417049
        },
        {
            "start": 1397417050,
            "stop": 1397417057
        },
        {
            "start": 1397417059,
            "stop": 1397417060
        },
        {
            "start": 1397445750,
            "stop": 1397449381
        },
        {
            "start": 1397449383,
            "stop": 1397454711
        },
        {
            "start": 1397454712,
            "stop": 1397460995
        },
        {
            "start": 1397460996,
            "stop": 1397471343
        },
        {
            "start": 1397471344,
            "stop": 1397475119
        },
        {
            "start": 1397483555,
            "stop": 1397484431
        },
        {
            "start": 1397484433,
            "stop": 1397488038
        }
    ]
}