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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=147",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 148,
    "results": [
        {
            "start": 837445557,
            "stop": 837446487
        },
        {
            "start": 837446926,
            "stop": 837452420
        },
        {
            "start": 837454778,
            "stop": 837457208
        },
        {
            "start": 837457213,
            "stop": 837458161
        },
        {
            "start": 837459449,
            "stop": 837474493
        },
        {
            "start": 837474997,
            "stop": 837479447
        },
        {
            "start": 837479991,
            "stop": 837505783
        },
        {
            "start": 837506231,
            "stop": 837509393
        },
        {
            "start": 837509886,
            "stop": 837510650
        },
        {
            "start": 837511179,
            "stop": 837511644
        },
        {
            "start": 837512491,
            "stop": 837512688
        },
        {
            "start": 837513256,
            "stop": 837515249
        },
        {
            "start": 837515846,
            "stop": 837516718
        },
        {
            "start": 837517269,
            "stop": 837523786
        },
        {
            "start": 837524318,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548024
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837560414,
            "stop": 837560493
        },
        {
            "start": 837560813,
            "stop": 837561023
        },
        {
            "start": 837561423,
            "stop": 837561929
        }
    ]
}