Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=395
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=394",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 395,
    "results": [
        {
            "start": 862873318,
            "stop": 862880069
        },
        {
            "start": 862881022,
            "stop": 862897022
        },
        {
            "start": 862897537,
            "stop": 862934378
        },
        {
            "start": 862934482,
            "stop": 862944097
        },
        {
            "start": 862945075,
            "stop": 862947221
        },
        {
            "start": 862948104,
            "stop": 862948744
        },
        {
            "start": 862948833,
            "stop": 862954132
        },
        {
            "start": 862955216,
            "stop": 862957963
        },
        {
            "start": 862958930,
            "stop": 863027540
        },
        {
            "start": 863027822,
            "stop": 863051979
        },
        {
            "start": 863052122,
            "stop": 863052771
        },
        {
            "start": 863052780,
            "stop": 863052849
        },
        {
            "start": 863052853,
            "stop": 863052878
        },
        {
            "start": 863052887,
            "stop": 863052936
        },
        {
            "start": 863052939,
            "stop": 863053000
        },
        {
            "start": 863053211,
            "stop": 863053245
        },
        {
            "start": 863055962,
            "stop": 863057923
        },
        {
            "start": 863057927,
            "stop": 863143580
        },
        {
            "start": 863143611,
            "stop": 863156346
        },
        {
            "start": 863167785,
            "stop": 863185138
        }
    ]
}