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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=183",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 184,
    "results": [
        {
            "start": 1261527468,
            "stop": 1261528160
        },
        {
            "start": 1261528162,
            "stop": 1261528757
        },
        {
            "start": 1261528760,
            "stop": 1261530301
        },
        {
            "start": 1261530304,
            "stop": 1261531158
        },
        {
            "start": 1261531160,
            "stop": 1261531174
        },
        {
            "start": 1261531178,
            "stop": 1261531441
        },
        {
            "start": 1261531444,
            "stop": 1261531617
        },
        {
            "start": 1261535312,
            "stop": 1261535591
        },
        {
            "start": 1261535596,
            "stop": 1261535598
        },
        {
            "start": 1261535601,
            "stop": 1261536048
        },
        {
            "start": 1261536050,
            "stop": 1261536145
        },
        {
            "start": 1261536147,
            "stop": 1261536152
        },
        {
            "start": 1261536155,
            "stop": 1261536208
        },
        {
            "start": 1261536211,
            "stop": 1261536265
        },
        {
            "start": 1261536268,
            "stop": 1261536313
        },
        {
            "start": 1261536316,
            "stop": 1261536615
        },
        {
            "start": 1261536618,
            "stop": 1261536673
        },
        {
            "start": 1261536676,
            "stop": 1261536878
        },
        {
            "start": 1261536880,
            "stop": 1261537069
        },
        {
            "start": 1261537071,
            "stop": 1261537076
        }
    ]
}