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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=274",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 275,
    "results": [
        {
            "start": 847604002,
            "stop": 847604076
        },
        {
            "start": 847604078,
            "stop": 847604167
        },
        {
            "start": 847604168,
            "stop": 847604254
        },
        {
            "start": 847604255,
            "stop": 847604299
        },
        {
            "start": 847604300,
            "stop": 847604342
        },
        {
            "start": 847604343,
            "stop": 847604363
        },
        {
            "start": 847604367,
            "stop": 847604386
        },
        {
            "start": 847604387,
            "stop": 847604406
        },
        {
            "start": 847604408,
            "stop": 847604409
        },
        {
            "start": 847604410,
            "stop": 847604427
        },
        {
            "start": 847604428,
            "stop": 847604467
        },
        {
            "start": 847604468,
            "stop": 847604470
        },
        {
            "start": 847604471,
            "stop": 847604541
        },
        {
            "start": 847604543,
            "stop": 847604588
        },
        {
            "start": 847604590,
            "stop": 847604638
        },
        {
            "start": 847604639,
            "stop": 847604670
        },
        {
            "start": 847605956,
            "stop": 847606131
        },
        {
            "start": 847606133,
            "stop": 847606151
        },
        {
            "start": 847606152,
            "stop": 847606207
        },
        {
            "start": 847606208,
            "stop": 847606286
        }
    ]
}