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=643
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=644",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=642",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 643,
    "results": [
        {
            "start": 1263932044,
            "stop": 1263932249
        },
        {
            "start": 1263932250,
            "stop": 1263932251
        },
        {
            "start": 1263932254,
            "stop": 1263932363
        },
        {
            "start": 1263932364,
            "stop": 1263932366
        },
        {
            "start": 1263932367,
            "stop": 1263932381
        },
        {
            "start": 1263932382,
            "stop": 1263932385
        },
        {
            "start": 1263932387,
            "stop": 1263932401
        },
        {
            "start": 1263932405,
            "stop": 1263932471
        },
        {
            "start": 1263932473,
            "stop": 1263932541
        },
        {
            "start": 1263932543,
            "stop": 1263934088
        },
        {
            "start": 1263934089,
            "stop": 1263934093
        },
        {
            "start": 1263934095,
            "stop": 1263934100
        },
        {
            "start": 1263934102,
            "stop": 1263934347
        },
        {
            "start": 1263934350,
            "stop": 1263934625
        },
        {
            "start": 1263934626,
            "stop": 1263934630
        },
        {
            "start": 1263934632,
            "stop": 1263934766
        },
        {
            "start": 1263934769,
            "stop": 1263934850
        },
        {
            "start": 1263934853,
            "stop": 1263935469
        },
        {
            "start": 1263935472,
            "stop": 1263935904
        },
        {
            "start": 1263935907,
            "stop": 1263937091
        }
    ]
}