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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=222",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 223,
    "results": [
        {
            "start": 842326011,
            "stop": 842340492
        },
        {
            "start": 842340898,
            "stop": 842365148
        },
        {
            "start": 842365271,
            "stop": 842366884
        },
        {
            "start": 842366903,
            "stop": 842366904
        },
        {
            "start": 842367013,
            "stop": 842368878
        },
        {
            "start": 842368881,
            "stop": 842373173
        },
        {
            "start": 842373178,
            "stop": 842373180
        },
        {
            "start": 842373265,
            "stop": 842378599
        },
        {
            "start": 842378602,
            "stop": 842378814
        },
        {
            "start": 842378817,
            "stop": 842378832
        },
        {
            "start": 842378838,
            "stop": 842383985
        },
        {
            "start": 842384111,
            "stop": 842384892
        },
        {
            "start": 842387949,
            "stop": 842387953
        },
        {
            "start": 842387968,
            "stop": 842387969
        },
        {
            "start": 842388016,
            "stop": 842388397
        },
        {
            "start": 842388400,
            "stop": 842388450
        },
        {
            "start": 842388453,
            "stop": 842393269
        },
        {
            "start": 842398240,
            "stop": 842401024
        },
        {
            "start": 842401026,
            "stop": 842409233
        },
        {
            "start": 842410890,
            "stop": 842428671
        }
    ]
}