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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 228,
    "results": [
        {
            "start": 1376130449,
            "stop": 1376131479
        },
        {
            "start": 1376131481,
            "stop": 1376132484
        },
        {
            "start": 1376167047,
            "stop": 1376167075
        },
        {
            "start": 1376167079,
            "stop": 1376167157
        },
        {
            "start": 1376167161,
            "stop": 1376167475
        },
        {
            "start": 1376167478,
            "stop": 1376167596
        },
        {
            "start": 1376167598,
            "stop": 1376167745
        },
        {
            "start": 1376167747,
            "stop": 1376168313
        },
        {
            "start": 1376168317,
            "stop": 1376168524
        },
        {
            "start": 1376168526,
            "stop": 1376169623
        },
        {
            "start": 1376169625,
            "stop": 1376170470
        },
        {
            "start": 1376170472,
            "stop": 1376170705
        },
        {
            "start": 1376170707,
            "stop": 1376171522
        },
        {
            "start": 1376171523,
            "stop": 1376172209
        },
        {
            "start": 1376172211,
            "stop": 1376172306
        },
        {
            "start": 1376172310,
            "stop": 1376172744
        },
        {
            "start": 1376172746,
            "stop": 1376174059
        },
        {
            "start": 1376174061,
            "stop": 1376174937
        },
        {
            "start": 1376174939,
            "stop": 1376176135
        },
        {
            "start": 1376176140,
            "stop": 1376176355
        }
    ]
}