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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8997",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8998,
    "results": [
        {
            "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
        },
        {
            "start": 873911539,
            "stop": 873911560
        },
        {
            "start": 873911577,
            "stop": 873911613
        },
        {
            "start": 873911643,
            "stop": 873911656
        },
        {
            "start": 873911697,
            "stop": 873911700
        },
        {
            "start": 873911779,
            "stop": 873911817
        },
        {
            "start": 873911850,
            "stop": 873911860
        },
        {
            "start": 873911897,
            "stop": 873911953
        },
        {
            "start": 873911972,
            "stop": 873911975
        },
        {
            "start": 873912028,
            "stop": 873912035
        },
        {
            "start": 873912109,
            "stop": 873912130
        },
        {
            "start": 873912161,
            "stop": 873912170
        },
        {
            "start": 873912192,
            "stop": 873912238
        }
    ]
}