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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=35",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 36,
    "results": [
        {
            "start": 1244966943,
            "stop": 1244968296
        },
        {
            "start": 1244970295,
            "stop": 1244972774
        },
        {
            "start": 1244975411,
            "stop": 1244975569
        },
        {
            "start": 1244979756,
            "stop": 1244984760
        },
        {
            "start": 1244986360,
            "stop": 1244990407
        },
        {
            "start": 1244990409,
            "stop": 1244991691
        },
        {
            "start": 1245005430,
            "stop": 1245005432
        },
        {
            "start": 1245006233,
            "stop": 1245006788
        },
        {
            "start": 1245006790,
            "stop": 1245008730
        },
        {
            "start": 1245010540,
            "stop": 1245048671
        },
        {
            "start": 1245082094,
            "stop": 1245082245
        },
        {
            "start": 1245082369,
            "stop": 1245147380
        },
        {
            "start": 1245149156,
            "stop": 1245152921
        },
        {
            "start": 1245155505,
            "stop": 1245211403
        },
        {
            "start": 1245212607,
            "stop": 1245228076
        },
        {
            "start": 1245229652,
            "stop": 1245254526
        },
        {
            "start": 1245256820,
            "stop": 1245300118
        },
        {
            "start": 1245300780,
            "stop": 1245310952
        },
        {
            "start": 1245310953,
            "stop": 1245310954
        },
        {
            "start": 1245316281,
            "stop": 1245379166
        }
    ]
}