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=499
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=500",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=498",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 499,
    "results": [
        {
            "start": 1262380184,
            "stop": 1262380195
        },
        {
            "start": 1262380198,
            "stop": 1262380223
        },
        {
            "start": 1262380226,
            "stop": 1262380398
        },
        {
            "start": 1262380401,
            "stop": 1262380439
        },
        {
            "start": 1262380442,
            "stop": 1262380504
        },
        {
            "start": 1262380507,
            "stop": 1262380571
        },
        {
            "start": 1262380574,
            "stop": 1262380592
        },
        {
            "start": 1262380594,
            "stop": 1262380602
        },
        {
            "start": 1262380605,
            "stop": 1262380723
        },
        {
            "start": 1262380725,
            "stop": 1262380779
        },
        {
            "start": 1262380782,
            "stop": 1262380989
        },
        {
            "start": 1262380992,
            "stop": 1262381023
        },
        {
            "start": 1262381026,
            "stop": 1262381066
        },
        {
            "start": 1262381069,
            "stop": 1262381137
        },
        {
            "start": 1262381140,
            "stop": 1262381141
        },
        {
            "start": 1262381144,
            "stop": 1262381197
        },
        {
            "start": 1262381200,
            "stop": 1262382032
        },
        {
            "start": 1262382036,
            "stop": 1262382119
        },
        {
            "start": 1262382121,
            "stop": 1262382123
        },
        {
            "start": 1262382124,
            "stop": 1262382140
        }
    ]
}