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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 105,
    "results": [
        {
            "start": 1239231771,
            "stop": 1239231773
        },
        {
            "start": 1239231774,
            "stop": 1239231871
        },
        {
            "start": 1239231874,
            "stop": 1239231883
        },
        {
            "start": 1239231887,
            "stop": 1239231895
        },
        {
            "start": 1239231898,
            "stop": 1239231901
        },
        {
            "start": 1239231904,
            "stop": 1239231921
        },
        {
            "start": 1239231924,
            "stop": 1239231935
        },
        {
            "start": 1239231938,
            "stop": 1239231954
        },
        {
            "start": 1239231957,
            "stop": 1239231989
        },
        {
            "start": 1239231992,
            "stop": 1239231998
        },
        {
            "start": 1239232002,
            "stop": 1239232029
        },
        {
            "start": 1239232032,
            "stop": 1239232052
        },
        {
            "start": 1239232055,
            "stop": 1239232081
        },
        {
            "start": 1239232084,
            "stop": 1239232092
        },
        {
            "start": 1239232095,
            "stop": 1239232106
        },
        {
            "start": 1239232109,
            "stop": 1239232117
        },
        {
            "start": 1239232120,
            "stop": 1239232125
        },
        {
            "start": 1239244940,
            "stop": 1239245021
        },
        {
            "start": 1239245022,
            "stop": 1239245276
        },
        {
            "start": 1239245278,
            "stop": 1239246214
        }
    ]
}