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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=448",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 449,
    "results": [
        {
            "start": 1264385756,
            "stop": 1264385757
        },
        {
            "start": 1264385761,
            "stop": 1264385795
        },
        {
            "start": 1264385810,
            "stop": 1264385813
        },
        {
            "start": 1264385815,
            "stop": 1264385894
        },
        {
            "start": 1264385896,
            "stop": 1264385907
        },
        {
            "start": 1264385910,
            "stop": 1264385911
        },
        {
            "start": 1264385913,
            "stop": 1264385914
        },
        {
            "start": 1264385918,
            "stop": 1264385921
        },
        {
            "start": 1264385922,
            "stop": 1264385923
        },
        {
            "start": 1264385924,
            "stop": 1264385929
        },
        {
            "start": 1264385930,
            "stop": 1264386004
        },
        {
            "start": 1264386005,
            "stop": 1264386008
        },
        {
            "start": 1264386015,
            "stop": 1264386020
        },
        {
            "start": 1264386023,
            "stop": 1264386029
        },
        {
            "start": 1264386030,
            "stop": 1264386068
        },
        {
            "start": 1264386069,
            "stop": 1264386075
        },
        {
            "start": 1264386080,
            "stop": 1264386085
        },
        {
            "start": 1264386086,
            "stop": 1264386102
        },
        {
            "start": 1264386104,
            "stop": 1264386120
        },
        {
            "start": 1264386121,
            "stop": 1264386123
        }
    ]
}