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=679
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=680",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=678",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 679,
    "results": [
        {
            "start": 1265282654,
            "stop": 1265290998
        },
        {
            "start": 1265291001,
            "stop": 1265295256
        },
        {
            "start": 1265295258,
            "stop": 1265295873
        },
        {
            "start": 1265295876,
            "stop": 1265304997
        },
        {
            "start": 1265305000,
            "stop": 1265306294
        },
        {
            "start": 1265306297,
            "stop": 1265307969
        },
        {
            "start": 1265307977,
            "stop": 1265309389
        },
        {
            "start": 1265309392,
            "stop": 1265310877
        },
        {
            "start": 1265310880,
            "stop": 1265313387
        },
        {
            "start": 1265313395,
            "stop": 1265315444
        },
        {
            "start": 1265315447,
            "stop": 1265316932
        },
        {
            "start": 1265316940,
            "stop": 1265318151
        },
        {
            "start": 1265325621,
            "stop": 1265327636
        },
        {
            "start": 1265327778,
            "stop": 1265328375
        },
        {
            "start": 1265328378,
            "stop": 1265329650
        },
        {
            "start": 1265329653,
            "stop": 1265329737
        },
        {
            "start": 1265329745,
            "stop": 1265334652
        },
        {
            "start": 1265334655,
            "stop": 1265335061
        },
        {
            "start": 1265335064,
            "stop": 1265335734
        },
        {
            "start": 1265335737,
            "stop": 1265336052
        }
    ]
}