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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=434",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 435,
    "results": [
        {
            "start": 862203215,
            "stop": 862203274
        },
        {
            "start": 862203275,
            "stop": 862203302
        },
        {
            "start": 862203304,
            "stop": 862203308
        },
        {
            "start": 862203309,
            "stop": 862203379
        },
        {
            "start": 862203381,
            "stop": 862203425
        },
        {
            "start": 862203426,
            "stop": 862203506
        },
        {
            "start": 862203508,
            "stop": 862203509
        },
        {
            "start": 862203510,
            "stop": 862203672
        },
        {
            "start": 862203673,
            "stop": 862203704
        },
        {
            "start": 862203705,
            "stop": 862204971
        },
        {
            "start": 862204973,
            "stop": 862207417
        },
        {
            "start": 862207717,
            "stop": 862242834
        },
        {
            "start": 862242837,
            "stop": 862245533
        },
        {
            "start": 862245536,
            "stop": 862246250
        },
        {
            "start": 862246253,
            "stop": 862250253
        },
        {
            "start": 862250256,
            "stop": 862250271
        },
        {
            "start": 862250275,
            "stop": 862251140
        },
        {
            "start": 862251145,
            "stop": 862251170
        },
        {
            "start": 862251175,
            "stop": 862251177
        },
        {
            "start": 862251190,
            "stop": 862251195
        }
    ]
}