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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1869",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1867",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1868,
    "results": [
        {
            "start": 1250802741,
            "stop": 1250803595
        },
        {
            "start": 1250803599,
            "stop": 1250803926
        },
        {
            "start": 1250803934,
            "stop": 1250804049
        },
        {
            "start": 1250804050,
            "stop": 1250804054
        },
        {
            "start": 1250804056,
            "stop": 1250804060
        },
        {
            "start": 1250804061,
            "stop": 1250804064
        },
        {
            "start": 1250804066,
            "stop": 1250804067
        },
        {
            "start": 1250804068,
            "stop": 1250804069
        },
        {
            "start": 1250804070,
            "stop": 1250804072
        },
        {
            "start": 1250804075,
            "stop": 1250804488
        },
        {
            "start": 1250804490,
            "stop": 1250804491
        },
        {
            "start": 1250804492,
            "stop": 1250804493
        },
        {
            "start": 1250804495,
            "stop": 1250804552
        },
        {
            "start": 1250804553,
            "stop": 1250806047
        },
        {
            "start": 1250806050,
            "stop": 1250806056
        },
        {
            "start": 1250806057,
            "stop": 1250806058
        },
        {
            "start": 1250806059,
            "stop": 1250806372
        },
        {
            "start": 1250806374,
            "stop": 1250806450
        },
        {
            "start": 1250806452,
            "stop": 1250806454
        },
        {
            "start": 1250806456,
            "stop": 1250806676
        }
    ]
}