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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5369",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5370,
    "results": [
        {
            "start": 971545826,
            "stop": 971545868
        },
        {
            "start": 971545872,
            "stop": 971545897
        },
        {
            "start": 971545900,
            "stop": 971545934
        },
        {
            "start": 971545937,
            "stop": 971545943
        },
        {
            "start": 971545946,
            "stop": 971546003
        },
        {
            "start": 971546006,
            "stop": 971546147
        },
        {
            "start": 971546150,
            "stop": 971546163
        },
        {
            "start": 971546184,
            "stop": 971546331
        },
        {
            "start": 971546334,
            "stop": 971546377
        },
        {
            "start": 971546380,
            "stop": 971546645
        },
        {
            "start": 971546650,
            "stop": 971546755
        },
        {
            "start": 971546758,
            "stop": 971546938
        },
        {
            "start": 971546941,
            "stop": 971546964
        },
        {
            "start": 971546967,
            "stop": 971547006
        },
        {
            "start": 971547009,
            "stop": 971547372
        },
        {
            "start": 971547375,
            "stop": 971547406
        },
        {
            "start": 971547410,
            "stop": 971547415
        },
        {
            "start": 971547419,
            "stop": 971547515
        },
        {
            "start": 971547518,
            "stop": 971547619
        },
        {
            "start": 971547622,
            "stop": 971547623
        }
    ]
}