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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=89",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 90,
    "results": [
        {
            "start": 1131063328,
            "stop": 1131063358
        },
        {
            "start": 1131063365,
            "stop": 1131063367
        },
        {
            "start": 1131063369,
            "stop": 1131063370
        },
        {
            "start": 1131063377,
            "stop": 1131063379
        },
        {
            "start": 1131063380,
            "stop": 1131063382
        },
        {
            "start": 1131063384,
            "stop": 1131063389
        },
        {
            "start": 1131063391,
            "stop": 1131063392
        },
        {
            "start": 1131063394,
            "stop": 1131063397
        },
        {
            "start": 1131063399,
            "stop": 1131063409
        },
        {
            "start": 1131063411,
            "stop": 1131063414
        },
        {
            "start": 1131063415,
            "stop": 1131063419
        },
        {
            "start": 1131063421,
            "stop": 1131063423
        },
        {
            "start": 1131063425,
            "stop": 1131063426
        },
        {
            "start": 1131063432,
            "stop": 1131063437
        },
        {
            "start": 1131063441,
            "stop": 1131063443
        },
        {
            "start": 1131063445,
            "stop": 1131063448
        },
        {
            "start": 1131063449,
            "stop": 1131063458
        },
        {
            "start": 1131063460,
            "stop": 1131063462
        },
        {
            "start": 1131063464,
            "stop": 1131063465
        },
        {
            "start": 1131063467,
            "stop": 1131063472
        }
    ]
}