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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6094",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6095,
    "results": [
        {
            "start": 873994588,
            "stop": 873994601
        },
        {
            "start": 873994604,
            "stop": 873994618
        },
        {
            "start": 873994621,
            "stop": 873994661
        },
        {
            "start": 873994664,
            "stop": 873994718
        },
        {
            "start": 873994721,
            "stop": 873994725
        },
        {
            "start": 873994739,
            "stop": 873994740
        },
        {
            "start": 873994743,
            "stop": 873994746
        },
        {
            "start": 873994749,
            "stop": 873994750
        },
        {
            "start": 873994753,
            "stop": 873994824
        },
        {
            "start": 873994827,
            "stop": 873994845
        },
        {
            "start": 873994848,
            "stop": 873994885
        },
        {
            "start": 873994888,
            "stop": 873994890
        },
        {
            "start": 873994893,
            "stop": 873995179
        },
        {
            "start": 873995185,
            "stop": 873995321
        },
        {
            "start": 873995322,
            "stop": 873995351
        },
        {
            "start": 873995354,
            "stop": 873995924
        },
        {
            "start": 873995925,
            "stop": 873995943
        },
        {
            "start": 873995944,
            "stop": 873997196
        },
        {
            "start": 873997199,
            "stop": 873997285
        },
        {
            "start": 873997288,
            "stop": 873997368
        }
    ]
}