Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 19,
    "results": [
        {
            "start": 1267508461,
            "stop": 1267552952
        },
        {
            "start": 1267557865,
            "stop": 1267567104
        },
        {
            "start": 1267572890,
            "stop": 1267588559
        },
        {
            "start": 1267593503,
            "stop": 1267603412
        },
        {
            "start": 1267603503,
            "stop": 1267638167
        },
        {
            "start": 1267640995,
            "stop": 1267736468
        },
        {
            "start": 1267736564,
            "stop": 1267746535
        },
        {
            "start": 1267746617,
            "stop": 1267758088
        },
        {
            "start": 1267764710,
            "stop": 1267771079
        },
        {
            "start": 1267777100,
            "stop": 1267795251
        },
        {
            "start": 1267802622,
            "stop": 1267812024
        },
        {
            "start": 1267817831,
            "stop": 1267820084
        },
        {
            "start": 1267820220,
            "stop": 1267825274
        },
        {
            "start": 1267826248,
            "stop": 1267841230
        },
        {
            "start": 1267843651,
            "stop": 1267886368
        },
        {
            "start": 1267909086,
            "stop": 1267912932
        },
        {
            "start": 1267919589,
            "stop": 1267976689
        },
        {
            "start": 1267982915,
            "stop": 1267984297
        },
        {
            "start": 1267987350,
            "stop": 1267989621
        },
        {
            "start": 1268005050,
            "stop": 1268069087
        }
    ]
}