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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=400",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 401,
    "results": [
        {
            "start": 1261106485,
            "stop": 1261106988
        },
        {
            "start": 1261106992,
            "stop": 1261107621
        },
        {
            "start": 1261107624,
            "stop": 1261107665
        },
        {
            "start": 1261107667,
            "stop": 1261107674
        },
        {
            "start": 1261107677,
            "stop": 1261108497
        },
        {
            "start": 1261108499,
            "stop": 1261110460
        },
        {
            "start": 1261110463,
            "stop": 1261110578
        },
        {
            "start": 1261110586,
            "stop": 1261110974
        },
        {
            "start": 1261110976,
            "stop": 1261110979
        },
        {
            "start": 1261110982,
            "stop": 1261110983
        },
        {
            "start": 1261110985,
            "stop": 1261111032
        },
        {
            "start": 1261111035,
            "stop": 1261111074
        },
        {
            "start": 1261111075,
            "stop": 1261111086
        },
        {
            "start": 1261111088,
            "stop": 1261112029
        },
        {
            "start": 1261112032,
            "stop": 1261112034
        },
        {
            "start": 1261112036,
            "stop": 1261112042
        },
        {
            "start": 1261112045,
            "stop": 1261112061
        },
        {
            "start": 1261112064,
            "stop": 1261112090
        },
        {
            "start": 1261112091,
            "stop": 1261112093
        },
        {
            "start": 1261112096,
            "stop": 1261112245
        }
    ]
}