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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 52,
    "results": [
        {
            "start": 1403754093,
            "stop": 1403756170
        },
        {
            "start": 1403759643,
            "stop": 1403762447
        },
        {
            "start": 1403766089,
            "stop": 1403787354
        },
        {
            "start": 1403787360,
            "stop": 1403820928
        },
        {
            "start": 1403824569,
            "stop": 1403825100
        },
        {
            "start": 1403825106,
            "stop": 1403825977
        },
        {
            "start": 1403830696,
            "stop": 1403842328
        },
        {
            "start": 1403842333,
            "stop": 1403842488
        },
        {
            "start": 1403842494,
            "stop": 1403857620
        },
        {
            "start": 1403866638,
            "stop": 1403875786
        },
        {
            "start": 1403875791,
            "stop": 1403879185
        },
        {
            "start": 1403879191,
            "stop": 1403883139
        },
        {
            "start": 1403894219,
            "stop": 1403895341
        },
        {
            "start": 1403900253,
            "stop": 1403905338
        },
        {
            "start": 1403905345,
            "stop": 1403909484
        },
        {
            "start": 1403909489,
            "stop": 1403915439
        },
        {
            "start": 1403915446,
            "stop": 1403915921
        },
        {
            "start": 1403915928,
            "stop": 1403916299
        },
        {
            "start": 1403916304,
            "stop": 1403916722
        },
        {
            "start": 1403916728,
            "stop": 1403917001
        }
    ]
}