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=5094
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=5095",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5093",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5094,
    "results": [
        {
            "start": 1136973956,
            "stop": 1136974025
        },
        {
            "start": 1136974027,
            "stop": 1136974166
        },
        {
            "start": 1136974168,
            "stop": 1136974182
        },
        {
            "start": 1136974185,
            "stop": 1136974191
        },
        {
            "start": 1136974193,
            "stop": 1136974213
        },
        {
            "start": 1136974215,
            "stop": 1136974271
        },
        {
            "start": 1136974273,
            "stop": 1136974274
        },
        {
            "start": 1136974276,
            "stop": 1136974295
        },
        {
            "start": 1136974297,
            "stop": 1136974316
        },
        {
            "start": 1136974318,
            "stop": 1136974319
        },
        {
            "start": 1136974322,
            "stop": 1136974337
        },
        {
            "start": 1136974339,
            "stop": 1136974341
        },
        {
            "start": 1136974343,
            "stop": 1136974425
        },
        {
            "start": 1136974428,
            "stop": 1136974449
        },
        {
            "start": 1136974451,
            "stop": 1136974480
        },
        {
            "start": 1136974482,
            "stop": 1136974493
        },
        {
            "start": 1136974497,
            "stop": 1136974502
        },
        {
            "start": 1136974505,
            "stop": 1136974515
        },
        {
            "start": 1136974518,
            "stop": 1136974525
        },
        {
            "start": 1136974529,
            "stop": 1136974543
        }
    ]
}