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_CAT3/segments?format=api&page=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 45,
    "results": [
        {
            "start": 1257669622,
            "stop": 1257673238
        },
        {
            "start": 1257673239,
            "stop": 1257673721
        },
        {
            "start": 1257673725,
            "stop": 1257675674
        },
        {
            "start": 1257675682,
            "stop": 1257677442
        },
        {
            "start": 1257677445,
            "stop": 1257678044
        },
        {
            "start": 1257678047,
            "stop": 1257680476
        },
        {
            "start": 1257680483,
            "stop": 1257682024
        },
        {
            "start": 1257682027,
            "stop": 1257683188
        },
        {
            "start": 1257683192,
            "stop": 1257683258
        },
        {
            "start": 1257683261,
            "stop": 1257683784
        },
        {
            "start": 1257683785,
            "stop": 1257684358
        },
        {
            "start": 1257684361,
            "stop": 1257684750
        },
        {
            "start": 1257684752,
            "stop": 1257685619
        },
        {
            "start": 1257738906,
            "stop": 1257739340
        },
        {
            "start": 1257739344,
            "stop": 1257739626
        },
        {
            "start": 1257739629,
            "stop": 1257740072
        },
        {
            "start": 1257740076,
            "stop": 1257741946
        },
        {
            "start": 1257741948,
            "stop": 1257743088
        },
        {
            "start": 1257743093,
            "stop": 1257743890
        },
        {
            "start": 1257743892,
            "stop": 1257744254
        }
    ]
}