Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=80
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=79",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 80,
    "results": [
        {
            "start": 817983601,
            "stop": 817984393
        },
        {
            "start": 817984396,
            "stop": 817984616
        },
        {
            "start": 817984619,
            "stop": 817984819
        },
        {
            "start": 817984822,
            "stop": 817984879
        },
        {
            "start": 817984882,
            "stop": 817985274
        },
        {
            "start": 817985277,
            "stop": 817985278
        },
        {
            "start": 817985281,
            "stop": 817985475
        },
        {
            "start": 817985478,
            "stop": 817985594
        },
        {
            "start": 817985597,
            "stop": 817985953
        },
        {
            "start": 817985956,
            "stop": 817986484
        },
        {
            "start": 817986487,
            "stop": 817986615
        },
        {
            "start": 817986618,
            "stop": 817986821
        },
        {
            "start": 817986824,
            "stop": 817986889
        },
        {
            "start": 817986892,
            "stop": 817987019
        },
        {
            "start": 817987022,
            "stop": 817987145
        },
        {
            "start": 817987148,
            "stop": 817987468
        },
        {
            "start": 817987472,
            "stop": 817987569
        },
        {
            "start": 817987572,
            "stop": 817987581
        },
        {
            "start": 817987584,
            "stop": 817987883
        },
        {
            "start": 817987886,
            "stop": 817987970
        }
    ]
}