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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6310",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6311,
    "results": [
        {
            "start": 873204046,
            "stop": 873204065
        },
        {
            "start": 873204066,
            "stop": 873204981
        },
        {
            "start": 873204982,
            "stop": 873205259
        },
        {
            "start": 873205260,
            "stop": 873205267
        },
        {
            "start": 873205268,
            "stop": 873205304
        },
        {
            "start": 873205305,
            "stop": 873205310
        },
        {
            "start": 873205312,
            "stop": 873205361
        },
        {
            "start": 873205362,
            "stop": 873205422
        },
        {
            "start": 873205423,
            "stop": 873205801
        },
        {
            "start": 873205802,
            "stop": 873206010
        },
        {
            "start": 873206012,
            "stop": 873206351
        },
        {
            "start": 873206352,
            "stop": 873206359
        },
        {
            "start": 873206360,
            "stop": 873206428
        },
        {
            "start": 873206429,
            "stop": 873206887
        },
        {
            "start": 873206888,
            "stop": 873206984
        },
        {
            "start": 873206985,
            "stop": 873207087
        },
        {
            "start": 873207088,
            "stop": 873207160
        },
        {
            "start": 873207161,
            "stop": 873207843
        },
        {
            "start": 873207844,
            "stop": 873208003
        },
        {
            "start": 873208004,
            "stop": 873208458
        }
    ]
}