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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=449",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 450,
    "results": [
        {
            "start": 847825108,
            "stop": 847825114
        },
        {
            "start": 847825116,
            "stop": 847825117
        },
        {
            "start": 847825118,
            "stop": 847825202
        },
        {
            "start": 847825204,
            "stop": 847825221
        },
        {
            "start": 847825222,
            "stop": 847825224
        },
        {
            "start": 847825225,
            "stop": 847825228
        },
        {
            "start": 847825229,
            "stop": 847825245
        },
        {
            "start": 847825246,
            "stop": 847825267
        },
        {
            "start": 847825268,
            "stop": 847825288
        },
        {
            "start": 847825289,
            "stop": 847825310
        },
        {
            "start": 847825312,
            "stop": 847825318
        },
        {
            "start": 847825319,
            "stop": 847825524
        },
        {
            "start": 847825525,
            "stop": 847825530
        },
        {
            "start": 847825532,
            "stop": 847825541
        },
        {
            "start": 847825542,
            "stop": 847825580
        },
        {
            "start": 847825582,
            "stop": 847825583
        },
        {
            "start": 847825584,
            "stop": 847825616
        },
        {
            "start": 847825617,
            "stop": 847825618
        },
        {
            "start": 847825619,
            "stop": 847825628
        },
        {
            "start": 847825630,
            "stop": 847825648
        }
    ]
}