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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=161",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 162,
    "results": [
        {
            "start": 1419736976,
            "stop": 1419737888
        },
        {
            "start": 1419737893,
            "stop": 1419743259
        },
        {
            "start": 1419743263,
            "stop": 1419750948
        },
        {
            "start": 1419751445,
            "stop": 1419765140
        },
        {
            "start": 1419765144,
            "stop": 1419765887
        },
        {
            "start": 1419765890,
            "stop": 1419767334
        },
        {
            "start": 1419767339,
            "stop": 1419780329
        },
        {
            "start": 1419780333,
            "stop": 1419788071
        },
        {
            "start": 1419788072,
            "stop": 1419792046
        },
        {
            "start": 1419792049,
            "stop": 1419798209
        },
        {
            "start": 1419798214,
            "stop": 1419810687
        },
        {
            "start": 1419810692,
            "stop": 1419812208
        },
        {
            "start": 1419812213,
            "stop": 1419814777
        },
        {
            "start": 1419814781,
            "stop": 1419820913
        },
        {
            "start": 1419820916,
            "stop": 1419821590
        },
        {
            "start": 1419824765,
            "stop": 1419830221
        },
        {
            "start": 1419830226,
            "stop": 1419839172
        },
        {
            "start": 1419839177,
            "stop": 1419840654
        },
        {
            "start": 1419840659,
            "stop": 1419869376
        },
        {
            "start": 1419869381,
            "stop": 1419870629
        }
    ]
}