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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 316,
    "results": [
        {
            "start": 852140161,
            "stop": 852140595
        },
        {
            "start": 852140895,
            "stop": 852141666
        },
        {
            "start": 852141776,
            "stop": 852142199
        },
        {
            "start": 852142499,
            "stop": 852142550
        },
        {
            "start": 852142660,
            "stop": 852142783
        },
        {
            "start": 852143333,
            "stop": 852143440
        },
        {
            "start": 852143443,
            "stop": 852144614
        },
        {
            "start": 852144914,
            "stop": 852144923
        },
        {
            "start": 852145033,
            "stop": 852146189
        },
        {
            "start": 852146489,
            "stop": 852146847
        },
        {
            "start": 852147010,
            "stop": 852147402
        },
        {
            "start": 852147512,
            "stop": 852147665
        },
        {
            "start": 852147965,
            "stop": 852148883
        },
        {
            "start": 852149183,
            "stop": 852149224
        },
        {
            "start": 852155097,
            "stop": 852156147
        },
        {
            "start": 852156447,
            "stop": 852177276
        },
        {
            "start": 852177279,
            "stop": 852210787
        },
        {
            "start": 852210789,
            "stop": 852211954
        },
        {
            "start": 852211956,
            "stop": 852212321
        },
        {
            "start": 852246896,
            "stop": 852247288
        }
    ]
}