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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 155,
    "results": [
        {
            "start": 1419006365,
            "stop": 1419006385
        },
        {
            "start": 1419006390,
            "stop": 1419006411
        },
        {
            "start": 1419006412,
            "stop": 1419006678
        },
        {
            "start": 1419006686,
            "stop": 1419006786
        },
        {
            "start": 1419006795,
            "stop": 1419006932
        },
        {
            "start": 1419006934,
            "stop": 1419007017
        },
        {
            "start": 1419007022,
            "stop": 1419007070
        },
        {
            "start": 1419007074,
            "stop": 1419007190
        },
        {
            "start": 1419007195,
            "stop": 1419007398
        },
        {
            "start": 1419007400,
            "stop": 1419007403
        },
        {
            "start": 1419007405,
            "stop": 1419007666
        },
        {
            "start": 1419007668,
            "stop": 1419007724
        },
        {
            "start": 1419007725,
            "stop": 1419008447
        },
        {
            "start": 1419008448,
            "stop": 1419008641
        },
        {
            "start": 1419008643,
            "stop": 1419008964
        },
        {
            "start": 1419008970,
            "stop": 1419009074
        },
        {
            "start": 1419009079,
            "stop": 1419009998
        },
        {
            "start": 1419010000,
            "stop": 1419010002
        },
        {
            "start": 1419010003,
            "stop": 1419010302
        },
        {
            "start": 1419010318,
            "stop": 1419010842
        }
    ]
}