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=458
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=459",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=457",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 458,
    "results": [
        {
            "start": 1261978051,
            "stop": 1261978095
        },
        {
            "start": 1261978098,
            "stop": 1261978114
        },
        {
            "start": 1261978117,
            "stop": 1261978133
        },
        {
            "start": 1261978136,
            "stop": 1261978238
        },
        {
            "start": 1261978241,
            "stop": 1261978300
        },
        {
            "start": 1261978303,
            "stop": 1261978316
        },
        {
            "start": 1261978319,
            "stop": 1261978332
        },
        {
            "start": 1261978335,
            "stop": 1261978341
        },
        {
            "start": 1261978344,
            "stop": 1261978355
        },
        {
            "start": 1261978358,
            "stop": 1261978391
        },
        {
            "start": 1261978394,
            "stop": 1261978445
        },
        {
            "start": 1261978448,
            "stop": 1261978504
        },
        {
            "start": 1261978507,
            "stop": 1261978574
        },
        {
            "start": 1261978577,
            "stop": 1261978585
        },
        {
            "start": 1261978588,
            "stop": 1261978667
        },
        {
            "start": 1261978670,
            "stop": 1261978743
        },
        {
            "start": 1261978746,
            "stop": 1261978833
        },
        {
            "start": 1261978836,
            "stop": 1261978849
        },
        {
            "start": 1261978852,
            "stop": 1261978911
        },
        {
            "start": 1261978919,
            "stop": 1261978931
        }
    ]
}