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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=437",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 438,
    "results": [
        {
            "start": 1182882785,
            "stop": 1182882786
        },
        {
            "start": 1182882790,
            "stop": 1182882791
        },
        {
            "start": 1182882793,
            "stop": 1182882797
        },
        {
            "start": 1182882801,
            "stop": 1182882802
        },
        {
            "start": 1182882806,
            "stop": 1182882807
        },
        {
            "start": 1182882809,
            "stop": 1182882813
        },
        {
            "start": 1182882816,
            "stop": 1182882820
        },
        {
            "start": 1182882826,
            "stop": 1182882827
        },
        {
            "start": 1182882832,
            "stop": 1182882833
        },
        {
            "start": 1182882835,
            "stop": 1182883270
        },
        {
            "start": 1182883272,
            "stop": 1182883285
        },
        {
            "start": 1182883289,
            "stop": 1182883293
        },
        {
            "start": 1182883297,
            "stop": 1182883303
        },
        {
            "start": 1182883306,
            "stop": 1182883307
        },
        {
            "start": 1182883315,
            "stop": 1182883316
        },
        {
            "start": 1182883330,
            "stop": 1182883333
        },
        {
            "start": 1182883345,
            "stop": 1182883488
        },
        {
            "start": 1182889685,
            "stop": 1182890848
        },
        {
            "start": 1182890850,
            "stop": 1182891462
        },
        {
            "start": 1182891464,
            "stop": 1182892594
        }
    ]
}