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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=303
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=302",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 303,
    "results": [
        {
            "start": 931730245,
            "stop": 931730246
        },
        {
            "start": 931730247,
            "stop": 931730259
        },
        {
            "start": 931730263,
            "stop": 931730271
        },
        {
            "start": 931730273,
            "stop": 931730274
        },
        {
            "start": 931730279,
            "stop": 931730280
        },
        {
            "start": 931730284,
            "stop": 931730285
        },
        {
            "start": 931730288,
            "stop": 931730291
        },
        {
            "start": 931730293,
            "stop": 931730294
        },
        {
            "start": 931730297,
            "stop": 931730306
        },
        {
            "start": 931730308,
            "stop": 931730311
        },
        {
            "start": 931730312,
            "stop": 931730313
        },
        {
            "start": 931730320,
            "stop": 931730322
        },
        {
            "start": 931730323,
            "stop": 931730348
        },
        {
            "start": 931730349,
            "stop": 931730383
        },
        {
            "start": 931730385,
            "stop": 931730395
        },
        {
            "start": 931730396,
            "stop": 931730400
        },
        {
            "start": 931730402,
            "stop": 931730407
        },
        {
            "start": 931730409,
            "stop": 931730411
        },
        {
            "start": 931730414,
            "stop": 931730415
        },
        {
            "start": 931730775,
            "stop": 931730862
        }
    ]
}