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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=358",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 359,
    "results": [
        {
            "start": 856721613,
            "stop": 856721615
        },
        {
            "start": 856721628,
            "stop": 856721640
        },
        {
            "start": 856721645,
            "stop": 856721650
        },
        {
            "start": 856721655,
            "stop": 856721670
        },
        {
            "start": 856721675,
            "stop": 856721707
        },
        {
            "start": 856721715,
            "stop": 856724002
        },
        {
            "start": 856724008,
            "stop": 856724625
        },
        {
            "start": 856724871,
            "stop": 856725857
        },
        {
            "start": 856727131,
            "stop": 856727505
        },
        {
            "start": 856727876,
            "stop": 856728034
        },
        {
            "start": 856728036,
            "stop": 856728080
        },
        {
            "start": 856728081,
            "stop": 856728141
        },
        {
            "start": 856728381,
            "stop": 856728400
        },
        {
            "start": 856728450,
            "stop": 856728516
        },
        {
            "start": 856728517,
            "stop": 856728792
        },
        {
            "start": 856729173,
            "stop": 856729290
        },
        {
            "start": 856729291,
            "stop": 856729356
        },
        {
            "start": 856729357,
            "stop": 856729522
        },
        {
            "start": 856729862,
            "stop": 856730216
        },
        {
            "start": 856730326,
            "stop": 856730345
        }
    ]
}