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=8416
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=8417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8415",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8416,
    "results": [
        {
            "start": 875215260,
            "stop": 875215380
        },
        {
            "start": 875215440,
            "stop": 875215854
        },
        {
            "start": 875215871,
            "stop": 875216220
        },
        {
            "start": 875216280,
            "stop": 875216340
        },
        {
            "start": 875216400,
            "stop": 875216460
        },
        {
            "start": 875216520,
            "stop": 875216640
        },
        {
            "start": 875216700,
            "stop": 875216750
        },
        {
            "start": 875216769,
            "stop": 875216820
        },
        {
            "start": 875216880,
            "stop": 875216940
        },
        {
            "start": 875217060,
            "stop": 875217360
        },
        {
            "start": 875217420,
            "stop": 875217610
        },
        {
            "start": 875217627,
            "stop": 875217975
        },
        {
            "start": 875217992,
            "stop": 875218380
        },
        {
            "start": 875218440,
            "stop": 875218500
        },
        {
            "start": 875218560,
            "stop": 875218680
        },
        {
            "start": 875218751,
            "stop": 875219280
        },
        {
            "start": 875219340,
            "stop": 875219398
        },
        {
            "start": 875219417,
            "stop": 875220115
        },
        {
            "start": 875220134,
            "stop": 875220420
        },
        {
            "start": 875220480,
            "stop": 875220505
        }
    ]
}