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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 171,
    "results": [
        {
            "start": 1258667149,
            "stop": 1258667310
        },
        {
            "start": 1258667313,
            "stop": 1258667403
        },
        {
            "start": 1258667406,
            "stop": 1258667513
        },
        {
            "start": 1258667516,
            "stop": 1258667523
        },
        {
            "start": 1258667526,
            "stop": 1258667564
        },
        {
            "start": 1258667567,
            "stop": 1258667614
        },
        {
            "start": 1258667617,
            "stop": 1258668032
        },
        {
            "start": 1258668035,
            "stop": 1258668145
        },
        {
            "start": 1258668151,
            "stop": 1258668305
        },
        {
            "start": 1258668308,
            "stop": 1258668591
        },
        {
            "start": 1258668594,
            "stop": 1258668678
        },
        {
            "start": 1258668681,
            "stop": 1258668790
        },
        {
            "start": 1258668793,
            "stop": 1258669197
        },
        {
            "start": 1258669200,
            "stop": 1258669331
        },
        {
            "start": 1258669334,
            "stop": 1258669403
        },
        {
            "start": 1258669406,
            "stop": 1258669857
        },
        {
            "start": 1258669860,
            "stop": 1258669905
        },
        {
            "start": 1258669908,
            "stop": 1258670539
        },
        {
            "start": 1258670542,
            "stop": 1258670592
        },
        {
            "start": 1258670598,
            "stop": 1258670601
        }
    ]
}