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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 131,
    "results": [
        {
            "start": 1414902107,
            "stop": 1414904798
        },
        {
            "start": 1414904801,
            "stop": 1414911581
        },
        {
            "start": 1414911586,
            "stop": 1414930543
        },
        {
            "start": 1414930548,
            "stop": 1414933724
        },
        {
            "start": 1414933729,
            "stop": 1414934152
        },
        {
            "start": 1414934155,
            "stop": 1414938771
        },
        {
            "start": 1414938774,
            "stop": 1414939525
        },
        {
            "start": 1414939530,
            "stop": 1414943061
        },
        {
            "start": 1414951099,
            "stop": 1414954421
        },
        {
            "start": 1414954423,
            "stop": 1414956842
        },
        {
            "start": 1414976741,
            "stop": 1414986334
        },
        {
            "start": 1414986336,
            "stop": 1414987506
        },
        {
            "start": 1414987507,
            "stop": 1415005787
        },
        {
            "start": 1415005790,
            "stop": 1415010031
        },
        {
            "start": 1415010035,
            "stop": 1415011364
        },
        {
            "start": 1415011369,
            "stop": 1415011868
        },
        {
            "start": 1415011870,
            "stop": 1415012662
        },
        {
            "start": 1415012667,
            "stop": 1415019351
        },
        {
            "start": 1415019356,
            "stop": 1415020005
        },
        {
            "start": 1415020009,
            "stop": 1415020393
        }
    ]
}