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_BURST_CAT3/segments?format=api&page=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 202,
    "results": [
        {
            "start": 1259156463,
            "stop": 1259157880
        },
        {
            "start": 1259157883,
            "stop": 1259159944
        },
        {
            "start": 1259159947,
            "stop": 1259161131
        },
        {
            "start": 1259161139,
            "stop": 1259161521
        },
        {
            "start": 1259161524,
            "stop": 1259161891
        },
        {
            "start": 1259161893,
            "stop": 1259164715
        },
        {
            "start": 1259164718,
            "stop": 1259165993
        },
        {
            "start": 1259165996,
            "stop": 1259170368
        },
        {
            "start": 1259170371,
            "stop": 1259171756
        },
        {
            "start": 1259171759,
            "stop": 1259172159
        },
        {
            "start": 1259172162,
            "stop": 1259172510
        },
        {
            "start": 1259172513,
            "stop": 1259175111
        },
        {
            "start": 1259175114,
            "stop": 1259175935
        },
        {
            "start": 1259175938,
            "stop": 1259177376
        },
        {
            "start": 1259177384,
            "stop": 1259178264
        },
        {
            "start": 1259178267,
            "stop": 1259181679
        },
        {
            "start": 1259181682,
            "stop": 1259184731
        },
        {
            "start": 1259184734,
            "stop": 1259184895
        },
        {
            "start": 1259184903,
            "stop": 1259187685
        },
        {
            "start": 1259187688,
            "stop": 1259189276
        }
    ]
}