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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=602",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=600",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 601,
    "results": [
        {
            "start": 1265020654,
            "stop": 1265020870
        },
        {
            "start": 1265020871,
            "stop": 1265020890
        },
        {
            "start": 1265020891,
            "stop": 1265020905
        },
        {
            "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": 1265021190
        },
        {
            "start": 1265021193,
            "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
        }
    ]
}