Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 10,
    "results": [
        {
            "start": 1242181955,
            "stop": 1242186580
        },
        {
            "start": 1242189378,
            "stop": 1242237996
        },
        {
            "start": 1242238600,
            "stop": 1242300416
        },
        {
            "start": 1242300497,
            "stop": 1242399908
        },
        {
            "start": 1242400054,
            "stop": 1242436910
        },
        {
            "start": 1242437036,
            "stop": 1242485126
        },
        {
            "start": 1242522323,
            "stop": 1242533014
        },
        {
            "start": 1242533024,
            "stop": 1242535358
        },
        {
            "start": 1242535512,
            "stop": 1242558464
        },
        {
            "start": 1242558502,
            "stop": 1242567105
        },
        {
            "start": 1242567213,
            "stop": 1242590950
        },
        {
            "start": 1242593626,
            "stop": 1242624762
        },
        {
            "start": 1242630594,
            "stop": 1242661869
        },
        {
            "start": 1242673222,
            "stop": 1242674347
        },
        {
            "start": 1242677826,
            "stop": 1242678402
        },
        {
            "start": 1242681900,
            "stop": 1242773530
        },
        {
            "start": 1242773673,
            "stop": 1242867876
        },
        {
            "start": 1242877868,
            "stop": 1242892323
        },
        {
            "start": 1242926892,
            "stop": 1242934071
        },
        {
            "start": 1242934327,
            "stop": 1242939721
        }
    ]
}