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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8386",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8387,
    "results": [
        {
            "start": 874912335,
            "stop": 874912349
        },
        {
            "start": 874912372,
            "stop": 874912394
        },
        {
            "start": 874912422,
            "stop": 874912438
        },
        {
            "start": 874912467,
            "stop": 874912469
        },
        {
            "start": 874912488,
            "stop": 874912498
        },
        {
            "start": 874912537,
            "stop": 874912672
        },
        {
            "start": 874912692,
            "stop": 874912823
        },
        {
            "start": 874912842,
            "stop": 874912850
        },
        {
            "start": 874912871,
            "stop": 874912881
        },
        {
            "start": 874912912,
            "stop": 874912938
        },
        {
            "start": 874912973,
            "stop": 874913045
        },
        {
            "start": 874913064,
            "stop": 874913121
        },
        {
            "start": 874913143,
            "stop": 874913161
        },
        {
            "start": 874913201,
            "stop": 874913354
        },
        {
            "start": 874913373,
            "stop": 874913706
        },
        {
            "start": 874913725,
            "stop": 874914347
        },
        {
            "start": 874914376,
            "stop": 874914393
        },
        {
            "start": 874914421,
            "stop": 874914599
        },
        {
            "start": 874914616,
            "stop": 874914785
        },
        {
            "start": 874914804,
            "stop": 874914849
        }
    ]
}