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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=237",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 238,
    "results": [
        {
            "start": 854174791,
            "stop": 854198216
        },
        {
            "start": 854199516,
            "stop": 854208103
        },
        {
            "start": 854238914,
            "stop": 854249089
        },
        {
            "start": 854251031,
            "stop": 854287013
        },
        {
            "start": 854287015,
            "stop": 854288354
        },
        {
            "start": 854289452,
            "stop": 854292135
        },
        {
            "start": 854295168,
            "stop": 854295339
        },
        {
            "start": 854296381,
            "stop": 854296520
        },
        {
            "start": 854296630,
            "stop": 854297198
        },
        {
            "start": 854297498,
            "stop": 854297652
        },
        {
            "start": 854297762,
            "stop": 854299699
        },
        {
            "start": 854299999,
            "stop": 854305908
        },
        {
            "start": 854306208,
            "stop": 854311583
        },
        {
            "start": 854316899,
            "stop": 854319712
        },
        {
            "start": 854321804,
            "stop": 854324746
        },
        {
            "start": 854327038,
            "stop": 854408489
        },
        {
            "start": 854410250,
            "stop": 854427413
        },
        {
            "start": 854427844,
            "stop": 854476628
        },
        {
            "start": 854477049,
            "stop": 854478496
        },
        {
            "start": 854479713,
            "stop": 854481953
        }
    ]
}