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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5250",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5248",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5249,
    "results": [
        {
            "start": 1136387798,
            "stop": 1136387802
        },
        {
            "start": 1136387804,
            "stop": 1136387811
        },
        {
            "start": 1136387813,
            "stop": 1136387816
        },
        {
            "start": 1136387818,
            "stop": 1136387822
        },
        {
            "start": 1136387824,
            "stop": 1136387836
        },
        {
            "start": 1136387839,
            "stop": 1136387854
        },
        {
            "start": 1136387856,
            "stop": 1136387874
        },
        {
            "start": 1136387876,
            "stop": 1136387885
        },
        {
            "start": 1136387887,
            "stop": 1136387892
        },
        {
            "start": 1136387894,
            "stop": 1136387918
        },
        {
            "start": 1136387920,
            "stop": 1136387946
        },
        {
            "start": 1136387948,
            "stop": 1136388027
        },
        {
            "start": 1136388029,
            "stop": 1136388034
        },
        {
            "start": 1136388036,
            "stop": 1136388039
        },
        {
            "start": 1136388041,
            "stop": 1136388069
        },
        {
            "start": 1136388071,
            "stop": 1136388089
        },
        {
            "start": 1136388091,
            "stop": 1136388102
        },
        {
            "start": 1136388104,
            "stop": 1136388120
        },
        {
            "start": 1136388122,
            "stop": 1136388209
        },
        {
            "start": 1136388211,
            "stop": 1136388214
        }
    ]
}