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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7029",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7030,
    "results": [
        {
            "start": 873834398,
            "stop": 873834405
        },
        {
            "start": 873834410,
            "stop": 873834415
        },
        {
            "start": 873834480,
            "stop": 873834527
        },
        {
            "start": 873834943,
            "stop": 873834953
        },
        {
            "start": 873834955,
            "stop": 873835081
        },
        {
            "start": 873835083,
            "stop": 873835122
        },
        {
            "start": 873835128,
            "stop": 873835257
        },
        {
            "start": 873835259,
            "stop": 873835262
        },
        {
            "start": 873835264,
            "stop": 873835269
        },
        {
            "start": 873835270,
            "stop": 873835273
        },
        {
            "start": 873835275,
            "stop": 873835276
        },
        {
            "start": 873835278,
            "stop": 873835279
        },
        {
            "start": 873835281,
            "stop": 873835286
        },
        {
            "start": 873835288,
            "stop": 873835290
        },
        {
            "start": 873835291,
            "stop": 873835293
        },
        {
            "start": 873835295,
            "stop": 873835296
        },
        {
            "start": 873835298,
            "stop": 873835299
        },
        {
            "start": 873835301,
            "stop": 873835329
        },
        {
            "start": 873835330,
            "stop": 873835622
        },
        {
            "start": 873835624,
            "stop": 873835654
        }
    ]
}