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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=349",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 350,
    "results": [
        {
            "start": 1260625280,
            "stop": 1260625582
        },
        {
            "start": 1260625583,
            "stop": 1260626268
        },
        {
            "start": 1260626271,
            "stop": 1260626849
        },
        {
            "start": 1260626850,
            "stop": 1260626883
        },
        {
            "start": 1260626885,
            "stop": 1260626985
        },
        {
            "start": 1260626986,
            "stop": 1260627134
        },
        {
            "start": 1260627135,
            "stop": 1260627304
        },
        {
            "start": 1260627307,
            "stop": 1260627397
        },
        {
            "start": 1260627400,
            "stop": 1260627541
        },
        {
            "start": 1260627542,
            "stop": 1260627605
        },
        {
            "start": 1260627606,
            "stop": 1260627734
        },
        {
            "start": 1260627736,
            "stop": 1260628181
        },
        {
            "start": 1260628183,
            "stop": 1260628649
        },
        {
            "start": 1260628652,
            "stop": 1260628682
        },
        {
            "start": 1260628684,
            "stop": 1260629234
        },
        {
            "start": 1260629235,
            "stop": 1260629301
        },
        {
            "start": 1260629303,
            "stop": 1260629361
        },
        {
            "start": 1260629364,
            "stop": 1260629728
        },
        {
            "start": 1260629730,
            "stop": 1260629830
        },
        {
            "start": 1260629833,
            "stop": 1260630403
        }
    ]
}