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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=8",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 9,
    "results": [
        {
            "start": 1168096072,
            "stop": 1168098542
        },
        {
            "start": 1168098544,
            "stop": 1168098584
        },
        {
            "start": 1168098586,
            "stop": 1168098726
        },
        {
            "start": 1168098728,
            "stop": 1168099885
        },
        {
            "start": 1168123405,
            "stop": 1168124418
        },
        {
            "start": 1168127329,
            "stop": 1168147490
        },
        {
            "start": 1168195847,
            "stop": 1168199118
        },
        {
            "start": 1168200320,
            "stop": 1168205972
        },
        {
            "start": 1168205974,
            "stop": 1168206318
        },
        {
            "start": 1168207820,
            "stop": 1168208625
        },
        {
            "start": 1168209449,
            "stop": 1168211328
        },
        {
            "start": 1168217420,
            "stop": 1168227516
        },
        {
            "start": 1168230258,
            "stop": 1168243146
        },
        {
            "start": 1168243148,
            "stop": 1168248199
        },
        {
            "start": 1168248201,
            "stop": 1168255223
        },
        {
            "start": 1168256004,
            "stop": 1168259465
        },
        {
            "start": 1168261934,
            "stop": 1168265123
        },
        {
            "start": 1168265125,
            "stop": 1168270370
        },
        {
            "start": 1168270372,
            "stop": 1168270985
        },
        {
            "start": 1168270987,
            "stop": 1168276364
        }
    ]
}