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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=177",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 178,
    "results": [
        {
            "start": 818169239,
            "stop": 818169241
        },
        {
            "start": 818169247,
            "stop": 818169248
        },
        {
            "start": 818169270,
            "stop": 818169272
        },
        {
            "start": 818169281,
            "stop": 818169284
        },
        {
            "start": 818169296,
            "stop": 818169304
        },
        {
            "start": 818169310,
            "stop": 818169311
        },
        {
            "start": 818169323,
            "stop": 818169324
        },
        {
            "start": 818169330,
            "stop": 818169331
        },
        {
            "start": 818169335,
            "stop": 818169336
        },
        {
            "start": 818169339,
            "stop": 818169346
        },
        {
            "start": 818169349,
            "stop": 818169352
        },
        {
            "start": 818169356,
            "stop": 818169359
        },
        {
            "start": 818169368,
            "stop": 818169370
        },
        {
            "start": 818169377,
            "stop": 818169378
        },
        {
            "start": 818169405,
            "stop": 818169415
        },
        {
            "start": 818169422,
            "stop": 818169425
        },
        {
            "start": 818169431,
            "stop": 818169435
        },
        {
            "start": 818169441,
            "stop": 818169443
        },
        {
            "start": 818169448,
            "stop": 818169451
        },
        {
            "start": 818169466,
            "stop": 818169467
        }
    ]
}