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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5939",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5940,
    "results": [
        {
            "start": 875211501,
            "stop": 875211543
        },
        {
            "start": 875211546,
            "stop": 875211644
        },
        {
            "start": 875211647,
            "stop": 875211666
        },
        {
            "start": 875211669,
            "stop": 875211733
        },
        {
            "start": 875211737,
            "stop": 875211785
        },
        {
            "start": 875211788,
            "stop": 875211866
        },
        {
            "start": 875211869,
            "stop": 875211890
        },
        {
            "start": 875211893,
            "stop": 875211946
        },
        {
            "start": 875211949,
            "stop": 875211966
        },
        {
            "start": 875211969,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212023
        },
        {
            "start": 875212026,
            "stop": 875212068
        },
        {
            "start": 875212072,
            "stop": 875212121
        },
        {
            "start": 875212124,
            "stop": 875212162
        },
        {
            "start": 875212165,
            "stop": 875212174
        },
        {
            "start": 875212177,
            "stop": 875212206
        },
        {
            "start": 875212209,
            "stop": 875212261
        },
        {
            "start": 875212264,
            "stop": 875212472
        },
        {
            "start": 875212475,
            "stop": 875212478
        },
        {
            "start": 875212484,
            "stop": 875212568
        }
    ]
}