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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 211,
    "results": [
        {
            "start": 1375698590,
            "stop": 1375700200
        },
        {
            "start": 1375700203,
            "stop": 1375700279
        },
        {
            "start": 1375743834,
            "stop": 1375744278
        },
        {
            "start": 1375744279,
            "stop": 1375745196
        },
        {
            "start": 1375745197,
            "stop": 1375746033
        },
        {
            "start": 1375746035,
            "stop": 1375746992
        },
        {
            "start": 1375746994,
            "stop": 1375747900
        },
        {
            "start": 1375747901,
            "stop": 1375748807
        },
        {
            "start": 1375748808,
            "stop": 1375749001
        },
        {
            "start": 1375749002,
            "stop": 1375750335
        },
        {
            "start": 1375750337,
            "stop": 1375750539
        },
        {
            "start": 1375750544,
            "stop": 1375750882
        },
        {
            "start": 1375750887,
            "stop": 1375751313
        },
        {
            "start": 1375751315,
            "stop": 1375751457
        },
        {
            "start": 1375755406,
            "stop": 1375756089
        },
        {
            "start": 1375756091,
            "stop": 1375757396
        },
        {
            "start": 1375757397,
            "stop": 1375758327
        },
        {
            "start": 1375758329,
            "stop": 1375758977
        },
        {
            "start": 1375758979,
            "stop": 1375761453
        },
        {
            "start": 1375761455,
            "stop": 1375763968
        }
    ]
}