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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=773",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=771",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 772,
    "results": [
        {
            "start": 1269051532,
            "stop": 1269051546
        },
        {
            "start": 1269051547,
            "stop": 1269051611
        },
        {
            "start": 1269051614,
            "stop": 1269052468
        },
        {
            "start": 1269052471,
            "stop": 1269052841
        },
        {
            "start": 1269052844,
            "stop": 1269053926
        },
        {
            "start": 1269053928,
            "stop": 1269053942
        },
        {
            "start": 1269053944,
            "stop": 1269053950
        },
        {
            "start": 1269053953,
            "stop": 1269057094
        },
        {
            "start": 1269057099,
            "stop": 1269057105
        },
        {
            "start": 1269057109,
            "stop": 1269062595
        },
        {
            "start": 1269062599,
            "stop": 1269065826
        },
        {
            "start": 1269065829,
            "stop": 1269066410
        },
        {
            "start": 1269066421,
            "stop": 1269066823
        },
        {
            "start": 1269066838,
            "stop": 1269066874
        },
        {
            "start": 1269066886,
            "stop": 1269067229
        },
        {
            "start": 1269067249,
            "stop": 1269067265
        },
        {
            "start": 1269067268,
            "stop": 1269067292
        },
        {
            "start": 1269067313,
            "stop": 1269067373
        },
        {
            "start": 1269067382,
            "stop": 1269067595
        },
        {
            "start": 1269067598,
            "stop": 1269067606
        }
    ]
}