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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=452",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 453,
    "results": [
        {
            "start": 1183063799,
            "stop": 1183065787
        },
        {
            "start": 1183065789,
            "stop": 1183066632
        },
        {
            "start": 1183066634,
            "stop": 1183066897
        },
        {
            "start": 1183066899,
            "stop": 1183067510
        },
        {
            "start": 1183067514,
            "stop": 1183067831
        },
        {
            "start": 1183067834,
            "stop": 1183067953
        },
        {
            "start": 1183067955,
            "stop": 1183069758
        },
        {
            "start": 1183069760,
            "stop": 1183070189
        },
        {
            "start": 1183070191,
            "stop": 1183070468
        },
        {
            "start": 1183070474,
            "stop": 1183070482
        },
        {
            "start": 1183070484,
            "stop": 1183070733
        },
        {
            "start": 1183070735,
            "stop": 1183070820
        },
        {
            "start": 1183070822,
            "stop": 1183071162
        },
        {
            "start": 1183071166,
            "stop": 1183071211
        },
        {
            "start": 1183071212,
            "stop": 1183071456
        },
        {
            "start": 1183071458,
            "stop": 1183072204
        },
        {
            "start": 1183072209,
            "stop": 1183072248
        },
        {
            "start": 1183072250,
            "stop": 1183073016
        },
        {
            "start": 1183073018,
            "stop": 1183073764
        },
        {
            "start": 1183073766,
            "stop": 1183073871
        }
    ]
}