Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=442",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 443,
    "results": [
        {
            "start": 1261655692,
            "stop": 1261656034
        },
        {
            "start": 1261656037,
            "stop": 1261656090
        },
        {
            "start": 1261656093,
            "stop": 1261656558
        },
        {
            "start": 1261656561,
            "stop": 1261657403
        },
        {
            "start": 1261657406,
            "stop": 1261657419
        },
        {
            "start": 1261657422,
            "stop": 1261657810
        },
        {
            "start": 1261657813,
            "stop": 1261657878
        },
        {
            "start": 1261657881,
            "stop": 1261658065
        },
        {
            "start": 1261658068,
            "stop": 1261658186
        },
        {
            "start": 1261658189,
            "stop": 1261658195
        },
        {
            "start": 1261658198,
            "stop": 1261658428
        },
        {
            "start": 1261658431,
            "stop": 1261658495
        },
        {
            "start": 1261658498,
            "stop": 1261658613
        },
        {
            "start": 1261658616,
            "stop": 1261658618
        },
        {
            "start": 1261658621,
            "stop": 1261658638
        },
        {
            "start": 1261658641,
            "stop": 1261658868
        },
        {
            "start": 1261658871,
            "stop": 1261658908
        },
        {
            "start": 1261658910,
            "stop": 1261659306
        },
        {
            "start": 1261659309,
            "stop": 1261659415
        },
        {
            "start": 1261659418,
            "stop": 1261659592
        }
    ]
}