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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 153,
    "results": [
        {
            "start": 1373325161,
            "stop": 1373326090
        },
        {
            "start": 1373326095,
            "stop": 1373327014
        },
        {
            "start": 1373327015,
            "stop": 1373328709
        },
        {
            "start": 1373328711,
            "stop": 1373329732
        },
        {
            "start": 1373329734,
            "stop": 1373330604
        },
        {
            "start": 1373330606,
            "stop": 1373330745
        },
        {
            "start": 1373330749,
            "stop": 1373331421
        },
        {
            "start": 1373331426,
            "stop": 1373331965
        },
        {
            "start": 1373331967,
            "stop": 1373333295
        },
        {
            "start": 1373333297,
            "stop": 1373334461
        },
        {
            "start": 1373334463,
            "stop": 1373335009
        },
        {
            "start": 1373335011,
            "stop": 1373335846
        },
        {
            "start": 1373335848,
            "stop": 1373336352
        },
        {
            "start": 1373336354,
            "stop": 1373338991
        },
        {
            "start": 1373338992,
            "stop": 1373341452
        },
        {
            "start": 1373341454,
            "stop": 1373348920
        },
        {
            "start": 1373348921,
            "stop": 1373349567
        },
        {
            "start": 1373349569,
            "stop": 1373350017
        },
        {
            "start": 1373350020,
            "stop": 1373351092
        },
        {
            "start": 1373351094,
            "stop": 1373351913
        }
    ]
}