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=8275
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=8276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8274",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8275,
    "results": [
        {
            "start": 873909622,
            "stop": 873909663
        },
        {
            "start": 873909682,
            "stop": 873909692
        },
        {
            "start": 873909711,
            "stop": 873909717
        },
        {
            "start": 873909736,
            "stop": 873909818
        },
        {
            "start": 873909868,
            "stop": 873909879
        },
        {
            "start": 873909898,
            "stop": 873910027
        },
        {
            "start": 873910060,
            "stop": 873910117
        },
        {
            "start": 873910297,
            "stop": 873910341
        },
        {
            "start": 873910360,
            "stop": 873910462
        },
        {
            "start": 873910481,
            "stop": 873910617
        },
        {
            "start": 873910636,
            "stop": 873910883
        },
        {
            "start": 873910962,
            "stop": 873911051
        },
        {
            "start": 873911070,
            "stop": 873911078
        },
        {
            "start": 873911165,
            "stop": 873911181
        },
        {
            "start": 873911221,
            "stop": 873911222
        },
        {
            "start": 873911300,
            "stop": 873911310
        },
        {
            "start": 873911329,
            "stop": 873911385
        },
        {
            "start": 873911452,
            "stop": 873911456
        },
        {
            "start": 873911493,
            "stop": 873911499
        },
        {
            "start": 873911518,
            "stop": 873911520
        }
    ]
}