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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 5,
    "results": [
        {
            "start": 1258840747,
            "stop": 1258891562
        },
        {
            "start": 1258894227,
            "stop": 1258922127
        },
        {
            "start": 1258943028,
            "stop": 1258944630
        },
        {
            "start": 1258964419,
            "stop": 1259013701
        },
        {
            "start": 1259029684,
            "stop": 1259032311
        },
        {
            "start": 1259040545,
            "stop": 1259071940
        },
        {
            "start": 1259082845,
            "stop": 1259103567
        },
        {
            "start": 1259106578,
            "stop": 1259113699
        },
        {
            "start": 1259122155,
            "stop": 1259125887
        },
        {
            "start": 1259126330,
            "stop": 1259137805
        },
        {
            "start": 1259153976,
            "stop": 1259199080
        },
        {
            "start": 1259199288,
            "stop": 1259216642
        },
        {
            "start": 1259247678,
            "stop": 1259267505
        },
        {
            "start": 1259276943,
            "stop": 1259294170
        },
        {
            "start": 1259294442,
            "stop": 1259296877
        },
        {
            "start": 1259297320,
            "stop": 1259298413
        },
        {
            "start": 1259311044,
            "stop": 1259318172
        },
        {
            "start": 1259335474,
            "stop": 1259340250
        },
        {
            "start": 1259340643,
            "stop": 1259358773
        },
        {
            "start": 1259359169,
            "stop": 1259365161
        }
    ]
}