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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=796",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=794",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 795,
    "results": [
        {
            "start": 1268468870,
            "stop": 1268468892
        },
        {
            "start": 1268468893,
            "stop": 1268468932
        },
        {
            "start": 1268468933,
            "stop": 1268468936
        },
        {
            "start": 1268468937,
            "stop": 1268468939
        },
        {
            "start": 1268468940,
            "stop": 1268468963
        },
        {
            "start": 1268468964,
            "stop": 1268468966
        },
        {
            "start": 1268468967,
            "stop": 1268469060
        },
        {
            "start": 1268469064,
            "stop": 1268469417
        },
        {
            "start": 1268469418,
            "stop": 1268469433
        },
        {
            "start": 1268469434,
            "stop": 1268469462
        },
        {
            "start": 1268469463,
            "stop": 1268469690
        },
        {
            "start": 1268469691,
            "stop": 1268469704
        },
        {
            "start": 1268469705,
            "stop": 1268469716
        },
        {
            "start": 1268469717,
            "stop": 1268469733
        },
        {
            "start": 1268469734,
            "stop": 1268469743
        },
        {
            "start": 1268469744,
            "stop": 1268469761
        },
        {
            "start": 1268469762,
            "stop": 1268469830
        },
        {
            "start": 1268469831,
            "stop": 1268469889
        },
        {
            "start": 1268469890,
            "stop": 1268470076
        },
        {
            "start": 1268470077,
            "stop": 1268470079
        }
    ]
}