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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 112,
    "results": [
        {
            "start": 1410250738,
            "stop": 1410252133
        },
        {
            "start": 1410252138,
            "stop": 1410258972
        },
        {
            "start": 1410258975,
            "stop": 1410260954
        },
        {
            "start": 1410260957,
            "stop": 1410264949
        },
        {
            "start": 1410264953,
            "stop": 1410267979
        },
        {
            "start": 1410268594,
            "stop": 1410279899
        },
        {
            "start": 1410279901,
            "stop": 1410285426
        },
        {
            "start": 1410285431,
            "stop": 1410297517
        },
        {
            "start": 1410297522,
            "stop": 1410298634
        },
        {
            "start": 1410304306,
            "stop": 1410307171
        },
        {
            "start": 1410307174,
            "stop": 1410313643
        },
        {
            "start": 1410313646,
            "stop": 1410318391
        },
        {
            "start": 1410318395,
            "stop": 1410349837
        },
        {
            "start": 1410349842,
            "stop": 1410355479
        },
        {
            "start": 1410355481,
            "stop": 1410361538
        },
        {
            "start": 1410361542,
            "stop": 1410371171
        },
        {
            "start": 1410371174,
            "stop": 1410374113
        },
        {
            "start": 1410374117,
            "stop": 1410374281
        },
        {
            "start": 1410375985,
            "stop": 1410380235
        },
        {
            "start": 1410380238,
            "stop": 1410381844
        }
    ]
}