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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 67,
    "results": [
        {
            "start": 1131063297,
            "stop": 1131063298
        },
        {
            "start": 1131063299,
            "stop": 1131063300
        },
        {
            "start": 1131063302,
            "stop": 1131063312
        },
        {
            "start": 1131063313,
            "stop": 1131063358
        },
        {
            "start": 1131063360,
            "stop": 1131063361
        },
        {
            "start": 1131063365,
            "stop": 1131063367
        },
        {
            "start": 1131063369,
            "stop": 1131063370
        },
        {
            "start": 1131063371,
            "stop": 1131063372
        },
        {
            "start": 1131063377,
            "stop": 1131063379
        },
        {
            "start": 1131063380,
            "stop": 1131063382
        },
        {
            "start": 1131063384,
            "stop": 1131063389
        },
        {
            "start": 1131063390,
            "stop": 1131063397
        },
        {
            "start": 1131063399,
            "stop": 1131063409
        },
        {
            "start": 1131063410,
            "stop": 1131063414
        },
        {
            "start": 1131063415,
            "stop": 1131063420
        },
        {
            "start": 1131063421,
            "stop": 1131063426
        },
        {
            "start": 1131063432,
            "stop": 1131063437
        },
        {
            "start": 1131063441,
            "stop": 1131063443
        },
        {
            "start": 1131063444,
            "stop": 1131063448
        },
        {
            "start": 1131063449,
            "stop": 1131063459
        }
    ]
}