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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 284,
    "results": [
        {
            "start": 1126936583,
            "stop": 1126936587
        },
        {
            "start": 1126936588,
            "stop": 1126936592
        },
        {
            "start": 1126936594,
            "stop": 1126936598
        },
        {
            "start": 1126936600,
            "stop": 1126936743
        },
        {
            "start": 1126936745,
            "stop": 1126936853
        },
        {
            "start": 1126936854,
            "stop": 1126936893
        },
        {
            "start": 1126936895,
            "stop": 1126936898
        },
        {
            "start": 1126936900,
            "stop": 1126936999
        },
        {
            "start": 1126937000,
            "stop": 1126937017
        },
        {
            "start": 1126937019,
            "stop": 1126937035
        },
        {
            "start": 1126937037,
            "stop": 1126937171
        },
        {
            "start": 1126937172,
            "stop": 1126937521
        },
        {
            "start": 1126937522,
            "stop": 1126937536
        },
        {
            "start": 1126937538,
            "stop": 1126937597
        },
        {
            "start": 1126937657,
            "stop": 1126937892
        },
        {
            "start": 1126937893,
            "stop": 1126938025
        },
        {
            "start": 1126938026,
            "stop": 1126938042
        },
        {
            "start": 1126938043,
            "stop": 1126938085
        },
        {
            "start": 1126938087,
            "stop": 1126938092
        },
        {
            "start": 1126938093,
            "stop": 1126938218
        }
    ]
}