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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 34,
    "results": [
        {
            "start": 1370605562,
            "stop": 1370605682
        },
        {
            "start": 1370605687,
            "stop": 1370605996
        },
        {
            "start": 1370606001,
            "stop": 1370606494
        },
        {
            "start": 1370606499,
            "stop": 1370606515
        },
        {
            "start": 1370606520,
            "stop": 1370606610
        },
        {
            "start": 1370606615,
            "stop": 1370606801
        },
        {
            "start": 1370606806,
            "stop": 1370606872
        },
        {
            "start": 1370606882,
            "stop": 1370607016
        },
        {
            "start": 1370607021,
            "stop": 1370607161
        },
        {
            "start": 1370607166,
            "stop": 1370607172
        },
        {
            "start": 1370607177,
            "stop": 1370607189
        },
        {
            "start": 1370613343,
            "stop": 1370613863
        },
        {
            "start": 1370613868,
            "stop": 1370615601
        },
        {
            "start": 1370615606,
            "stop": 1370620523
        },
        {
            "start": 1370620528,
            "stop": 1370621618
        },
        {
            "start": 1370627225,
            "stop": 1370629946
        },
        {
            "start": 1370629951,
            "stop": 1370630483
        },
        {
            "start": 1370630488,
            "stop": 1370632178
        },
        {
            "start": 1370632183,
            "stop": 1370637142
        },
        {
            "start": 1370642816,
            "stop": 1370647024
        }
    ]
}