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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=352",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 353,
    "results": [
        {
            "start": 1265020908,
            "stop": 1265020923
        },
        {
            "start": 1265020924,
            "stop": 1265020925
        },
        {
            "start": 1265020926,
            "stop": 1265020955
        },
        {
            "start": 1265020956,
            "stop": 1265020957
        },
        {
            "start": 1265020959,
            "stop": 1265021017
        },
        {
            "start": 1265021018,
            "stop": 1265021090
        },
        {
            "start": 1265021091,
            "stop": 1265021099
        },
        {
            "start": 1265021100,
            "stop": 1265021180
        },
        {
            "start": 1265021181,
            "stop": 1265021184
        },
        {
            "start": 1265021185,
            "stop": 1265021495
        },
        {
            "start": 1265021496,
            "stop": 1265021672
        },
        {
            "start": 1265021673,
            "stop": 1265021679
        },
        {
            "start": 1265021682,
            "stop": 1265021701
        },
        {
            "start": 1265021702,
            "stop": 1265021757
        },
        {
            "start": 1265021758,
            "stop": 1265021964
        },
        {
            "start": 1265021965,
            "stop": 1265021975
        },
        {
            "start": 1265021976,
            "stop": 1265021997
        },
        {
            "start": 1265021998,
            "stop": 1265022945
        },
        {
            "start": 1265022948,
            "stop": 1265022962
        },
        {
            "start": 1265022963,
            "stop": 1265022970
        }
    ]
}