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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 180,
    "results": [
        {
            "start": 1239832513,
            "stop": 1239832632
        },
        {
            "start": 1239832633,
            "stop": 1239832752
        },
        {
            "start": 1239832753,
            "stop": 1239832872
        },
        {
            "start": 1239832873,
            "stop": 1239832992
        },
        {
            "start": 1239832993,
            "stop": 1239833112
        },
        {
            "start": 1239833113,
            "stop": 1239833232
        },
        {
            "start": 1239833233,
            "stop": 1239833352
        },
        {
            "start": 1239833353,
            "stop": 1239833472
        },
        {
            "start": 1239833473,
            "stop": 1239833572
        },
        {
            "start": 1239833573,
            "stop": 1239833712
        },
        {
            "start": 1239833713,
            "stop": 1239833832
        },
        {
            "start": 1239833833,
            "stop": 1239833952
        },
        {
            "start": 1239833953,
            "stop": 1239834072
        },
        {
            "start": 1239834073,
            "stop": 1239834192
        },
        {
            "start": 1239834193,
            "stop": 1239834312
        },
        {
            "start": 1239834313,
            "stop": 1239834432
        },
        {
            "start": 1239834433,
            "stop": 1239834552
        },
        {
            "start": 1239834553,
            "stop": 1239834672
        },
        {
            "start": 1239834673,
            "stop": 1239834792
        },
        {
            "start": 1239834793,
            "stop": 1239834912
        }
    ]
}