Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16754
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=16755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16753",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16754,
    "results": [
        {
            "start": 875093984,
            "stop": 875094090
        },
        {
            "start": 875094091,
            "stop": 875094104
        },
        {
            "start": 875094105,
            "stop": 875094500
        },
        {
            "start": 875094501,
            "stop": 875094531
        },
        {
            "start": 875094532,
            "stop": 875094614
        },
        {
            "start": 875094616,
            "stop": 875094702
        },
        {
            "start": 875094704,
            "stop": 875094826
        },
        {
            "start": 875094827,
            "stop": 875094898
        },
        {
            "start": 875094899,
            "stop": 875095033
        },
        {
            "start": 875095034,
            "stop": 875095253
        },
        {
            "start": 875095254,
            "stop": 875095311
        },
        {
            "start": 875095313,
            "stop": 875095712
        },
        {
            "start": 875095714,
            "stop": 875096011
        },
        {
            "start": 875096012,
            "stop": 875096222
        },
        {
            "start": 875096223,
            "stop": 875096503
        },
        {
            "start": 875096506,
            "stop": 875096526
        },
        {
            "start": 875096527,
            "stop": 875096640
        },
        {
            "start": 875096642,
            "stop": 875096683
        },
        {
            "start": 875096684,
            "stop": 875096750
        },
        {
            "start": 875096751,
            "stop": 875096765
        }
    ]
}