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=8369
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=8370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8368",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8369,
    "results": [
        {
            "start": 874757160,
            "stop": 874757225
        },
        {
            "start": 874757242,
            "stop": 874757269
        },
        {
            "start": 874757292,
            "stop": 874757340
        },
        {
            "start": 874757400,
            "stop": 874757487
        },
        {
            "start": 874757515,
            "stop": 874757520
        },
        {
            "start": 874757580,
            "stop": 874757678
        },
        {
            "start": 874757695,
            "stop": 874757880
        },
        {
            "start": 874757940,
            "stop": 874758057
        },
        {
            "start": 874758074,
            "stop": 874758421
        },
        {
            "start": 874758441,
            "stop": 874758480
        },
        {
            "start": 874758600,
            "stop": 874758921
        },
        {
            "start": 874758940,
            "stop": 874758968
        },
        {
            "start": 874758985,
            "stop": 874759082
        },
        {
            "start": 874759101,
            "stop": 874759380
        },
        {
            "start": 874759440,
            "stop": 874759530
        },
        {
            "start": 874759549,
            "stop": 874759660
        },
        {
            "start": 874759677,
            "stop": 874759714
        },
        {
            "start": 874759731,
            "stop": 874759743
        },
        {
            "start": 874759763,
            "stop": 874759840
        },
        {
            "start": 874759857,
            "stop": 874759861
        }
    ]
}