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_CBC_CAT2/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_CBC_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=9",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 10,
    "results": [
        {
            "start": 1242178245,
            "stop": 1242178504
        },
        {
            "start": 1242181955,
            "stop": 1242186580
        },
        {
            "start": 1242189378,
            "stop": 1242237996
        },
        {
            "start": 1242238600,
            "stop": 1242242353
        },
        {
            "start": 1242242533,
            "stop": 1242266940
        },
        {
            "start": 1242268320,
            "stop": 1242300416
        },
        {
            "start": 1242300497,
            "stop": 1242315780
        },
        {
            "start": 1242316800,
            "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": 1242637560
        },
        {
            "start": 1242637800,
            "stop": 1242661869
        },
        {
            "start": 1242673222,
            "stop": 1242674347
        },
        {
            "start": 1242677826,
            "stop": 1242678402
        }
    ]
}