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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=693",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=691",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 692,
    "results": [
        {
            "start": 1248760861,
            "stop": 1248760863
        },
        {
            "start": 1248760865,
            "stop": 1248760871
        },
        {
            "start": 1248760876,
            "stop": 1248760878
        },
        {
            "start": 1248760880,
            "stop": 1248760886
        },
        {
            "start": 1248760889,
            "stop": 1248760899
        },
        {
            "start": 1248760904,
            "stop": 1248760909
        },
        {
            "start": 1248760914,
            "stop": 1248760915
        },
        {
            "start": 1248760917,
            "stop": 1248760920
        },
        {
            "start": 1248760922,
            "stop": 1248760980
        },
        {
            "start": 1248760982,
            "stop": 1248760986
        },
        {
            "start": 1248760991,
            "stop": 1248760992
        },
        {
            "start": 1248760993,
            "stop": 1248761012
        },
        {
            "start": 1248761017,
            "stop": 1248761026
        },
        {
            "start": 1248761029,
            "stop": 1248761030
        },
        {
            "start": 1248761031,
            "stop": 1248761032
        },
        {
            "start": 1248761035,
            "stop": 1248761065
        },
        {
            "start": 1248761069,
            "stop": 1248761072
        },
        {
            "start": 1248761075,
            "stop": 1248761081
        },
        {
            "start": 1248761083,
            "stop": 1248761087
        },
        {
            "start": 1248761088,
            "stop": 1248761101
        }
    ]
}