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=633
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=634",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=632",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 633,
    "results": [
        {
            "start": 1263541388,
            "stop": 1263541389
        },
        {
            "start": 1263541391,
            "stop": 1263541395
        },
        {
            "start": 1263541397,
            "stop": 1263541398
        },
        {
            "start": 1263541404,
            "stop": 1263542470
        },
        {
            "start": 1263542475,
            "stop": 1263542482
        },
        {
            "start": 1263542503,
            "stop": 1263542505
        },
        {
            "start": 1263542515,
            "stop": 1263542516
        },
        {
            "start": 1263542517,
            "stop": 1263542529
        },
        {
            "start": 1263542547,
            "stop": 1263542550
        },
        {
            "start": 1263542551,
            "stop": 1263542554
        },
        {
            "start": 1263542556,
            "stop": 1263543551
        },
        {
            "start": 1263543554,
            "stop": 1263543730
        },
        {
            "start": 1263543733,
            "stop": 1263546610
        },
        {
            "start": 1263546613,
            "stop": 1263550720
        },
        {
            "start": 1263550723,
            "stop": 1263551138
        },
        {
            "start": 1263551141,
            "stop": 1263553426
        },
        {
            "start": 1263553428,
            "stop": 1263554456
        },
        {
            "start": 1263554459,
            "stop": 1263557691
        },
        {
            "start": 1263557694,
            "stop": 1263558599
        },
        {
            "start": 1263558602,
            "stop": 1263559194
        }
    ]
}