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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=355",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 356,
    "results": [
        {
            "start": 934458109,
            "stop": 934458122
        },
        {
            "start": 934458124,
            "stop": 934459335
        },
        {
            "start": 934459337,
            "stop": 934459382
        },
        {
            "start": 934459386,
            "stop": 934459411
        },
        {
            "start": 934459414,
            "stop": 934459418
        },
        {
            "start": 934459420,
            "stop": 934459433
        },
        {
            "start": 934459438,
            "stop": 934462953
        },
        {
            "start": 934462958,
            "stop": 934462963
        },
        {
            "start": 934462965,
            "stop": 934462975
        },
        {
            "start": 934462977,
            "stop": 934462982
        },
        {
            "start": 934462984,
            "stop": 934463007
        },
        {
            "start": 934463010,
            "stop": 934463013
        },
        {
            "start": 934463016,
            "stop": 934463031
        },
        {
            "start": 934463034,
            "stop": 934466554
        },
        {
            "start": 934466557,
            "stop": 934466558
        },
        {
            "start": 934466560,
            "stop": 934466564
        },
        {
            "start": 934466569,
            "stop": 934466583
        },
        {
            "start": 934466585,
            "stop": 934466615
        },
        {
            "start": 934466618,
            "stop": 934466631
        },
        {
            "start": 934466637,
            "stop": 934468020
        }
    ]
}