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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=310",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 311,
    "results": [
        {
            "start": 1178209135,
            "stop": 1178209576
        },
        {
            "start": 1178209579,
            "stop": 1178210962
        },
        {
            "start": 1178210963,
            "stop": 1178213271
        },
        {
            "start": 1178213274,
            "stop": 1178215006
        },
        {
            "start": 1178215008,
            "stop": 1178215397
        },
        {
            "start": 1178215400,
            "stop": 1178215908
        },
        {
            "start": 1178215910,
            "stop": 1178215922
        },
        {
            "start": 1178215926,
            "stop": 1178215927
        },
        {
            "start": 1178215930,
            "stop": 1178217385
        },
        {
            "start": 1178217386,
            "stop": 1178217655
        },
        {
            "start": 1178217656,
            "stop": 1178217833
        },
        {
            "start": 1178217834,
            "stop": 1178217879
        },
        {
            "start": 1178217880,
            "stop": 1178217983
        },
        {
            "start": 1178217984,
            "stop": 1178218040
        },
        {
            "start": 1178218042,
            "stop": 1178218044
        },
        {
            "start": 1178218045,
            "stop": 1178218058
        },
        {
            "start": 1178218063,
            "stop": 1178218256
        },
        {
            "start": 1178218259,
            "stop": 1178218261
        },
        {
            "start": 1178218263,
            "stop": 1178218285
        },
        {
            "start": 1178218286,
            "stop": 1178218426
        }
    ]
}