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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3680",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3678",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3679,
    "results": [
        {
            "start": 970853296,
            "stop": 970853331
        },
        {
            "start": 970853334,
            "stop": 970853366
        },
        {
            "start": 970853369,
            "stop": 970853406
        },
        {
            "start": 970853409,
            "stop": 970853412
        },
        {
            "start": 970853415,
            "stop": 970853460
        },
        {
            "start": 970853463,
            "stop": 970853466
        },
        {
            "start": 970853469,
            "stop": 970853480
        },
        {
            "start": 970853483,
            "stop": 970853488
        },
        {
            "start": 970853496,
            "stop": 970853500
        },
        {
            "start": 970853503,
            "stop": 970853505
        },
        {
            "start": 970853509,
            "stop": 970853536
        },
        {
            "start": 970853716,
            "stop": 970853802
        },
        {
            "start": 970853805,
            "stop": 970853908
        },
        {
            "start": 970853911,
            "stop": 970854004
        },
        {
            "start": 970854007,
            "stop": 970854011
        },
        {
            "start": 970854014,
            "stop": 970854016
        },
        {
            "start": 970854196,
            "stop": 970854231
        },
        {
            "start": 970854237,
            "stop": 970854317
        },
        {
            "start": 970854321,
            "stop": 970854358
        },
        {
            "start": 970854362,
            "stop": 970854376
        }
    ]
}