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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 94,
    "results": [
        {
            "start": 1407418304,
            "stop": 1407423142
        },
        {
            "start": 1407423613,
            "stop": 1407424129
        },
        {
            "start": 1407424132,
            "stop": 1407426200
        },
        {
            "start": 1407426205,
            "stop": 1407433105
        },
        {
            "start": 1407433109,
            "stop": 1407433948
        },
        {
            "start": 1407433951,
            "stop": 1407440589
        },
        {
            "start": 1407440592,
            "stop": 1407453185
        },
        {
            "start": 1407453188,
            "stop": 1407457348
        },
        {
            "start": 1407457350,
            "stop": 1407461434
        },
        {
            "start": 1407461437,
            "stop": 1407465643
        },
        {
            "start": 1407465646,
            "stop": 1407465833
        },
        {
            "start": 1407465837,
            "stop": 1407475781
        },
        {
            "start": 1407475784,
            "stop": 1407476392
        },
        {
            "start": 1407476397,
            "stop": 1407483704
        },
        {
            "start": 1407483708,
            "stop": 1407488478
        },
        {
            "start": 1407488481,
            "stop": 1407490784
        },
        {
            "start": 1407490787,
            "stop": 1407511357
        },
        {
            "start": 1407511359,
            "stop": 1407516545
        },
        {
            "start": 1407516548,
            "stop": 1407519020
        },
        {
            "start": 1407519023,
            "stop": 1407519214
        }
    ]
}