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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=303",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 304,
    "results": [
        {
            "start": 821718270,
            "stop": 821718293
        },
        {
            "start": 821718296,
            "stop": 821718305
        },
        {
            "start": 821718308,
            "stop": 821718323
        },
        {
            "start": 821718329,
            "stop": 821718340
        },
        {
            "start": 821718343,
            "stop": 821718370
        },
        {
            "start": 821718373,
            "stop": 821718378
        },
        {
            "start": 821718385,
            "stop": 821718402
        },
        {
            "start": 821718405,
            "stop": 821718419
        },
        {
            "start": 821718422,
            "stop": 821718433
        },
        {
            "start": 821718436,
            "stop": 821718445
        },
        {
            "start": 821718448,
            "stop": 821718464
        },
        {
            "start": 821718467,
            "stop": 821718487
        },
        {
            "start": 821718490,
            "stop": 821718561
        },
        {
            "start": 821718564,
            "stop": 821718574
        },
        {
            "start": 821718577,
            "stop": 821718580
        },
        {
            "start": 821718583,
            "stop": 821718598
        },
        {
            "start": 821718603,
            "stop": 821718605
        },
        {
            "start": 821718608,
            "stop": 821718654
        },
        {
            "start": 821719775,
            "stop": 821719837
        },
        {
            "start": 821719840,
            "stop": 821719845
        }
    ]
}