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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 209,
    "results": [
        {
            "start": 1375578088,
            "stop": 1375579105
        },
        {
            "start": 1375579107,
            "stop": 1375579817
        },
        {
            "start": 1375579819,
            "stop": 1375580887
        },
        {
            "start": 1375580888,
            "stop": 1375581555
        },
        {
            "start": 1375581560,
            "stop": 1375582600
        },
        {
            "start": 1375582601,
            "stop": 1375583791
        },
        {
            "start": 1375583792,
            "stop": 1375585329
        },
        {
            "start": 1375585330,
            "stop": 1375586297
        },
        {
            "start": 1375586301,
            "stop": 1375586479
        },
        {
            "start": 1375586480,
            "stop": 1375587345
        },
        {
            "start": 1375587349,
            "stop": 1375588048
        },
        {
            "start": 1375588049,
            "stop": 1375590732
        },
        {
            "start": 1375590735,
            "stop": 1375591572
        },
        {
            "start": 1375591734,
            "stop": 1375595826
        },
        {
            "start": 1375595828,
            "stop": 1375596772
        },
        {
            "start": 1375596774,
            "stop": 1375597503
        },
        {
            "start": 1375597505,
            "stop": 1375598642
        },
        {
            "start": 1375598644,
            "stop": 1375599175
        },
        {
            "start": 1375599177,
            "stop": 1375600839
        },
        {
            "start": 1375600840,
            "stop": 1375601443
        }
    ]
}