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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=24",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 25,
    "results": [
        {
            "start": 816603965,
            "stop": 816604088
        },
        {
            "start": 816604095,
            "stop": 816604219
        },
        {
            "start": 816604228,
            "stop": 816604305
        },
        {
            "start": 816604308,
            "stop": 816604349
        },
        {
            "start": 816604358,
            "stop": 816604406
        },
        {
            "start": 816604410,
            "stop": 816604495
        },
        {
            "start": 816604499,
            "stop": 816604553
        },
        {
            "start": 816604556,
            "stop": 816604656
        },
        {
            "start": 816604659,
            "stop": 816604706
        },
        {
            "start": 816604715,
            "stop": 816604725
        },
        {
            "start": 816604728,
            "stop": 816604834
        },
        {
            "start": 816604840,
            "stop": 816604981
        },
        {
            "start": 816604990,
            "stop": 816605059
        },
        {
            "start": 816605065,
            "stop": 816605282
        },
        {
            "start": 816605289,
            "stop": 816605570
        },
        {
            "start": 816605576,
            "stop": 816605635
        },
        {
            "start": 816605638,
            "stop": 816605688
        },
        {
            "start": 816605698,
            "stop": 816605867
        },
        {
            "start": 816605870,
            "stop": 816605911
        },
        {
            "start": 816605916,
            "stop": 816605923
        }
    ]
}