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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=189",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 190,
    "results": [
        {
            "start": 1385207861,
            "stop": 1385208073
        },
        {
            "start": 1385208078,
            "stop": 1385210152
        },
        {
            "start": 1385210156,
            "stop": 1385212525
        },
        {
            "start": 1385212529,
            "stop": 1385212733
        },
        {
            "start": 1385212738,
            "stop": 1385213174
        },
        {
            "start": 1385213179,
            "stop": 1385214263
        },
        {
            "start": 1385214268,
            "stop": 1385219485
        },
        {
            "start": 1385219490,
            "stop": 1385220123
        },
        {
            "start": 1385221217,
            "stop": 1385221516
        },
        {
            "start": 1385252542,
            "stop": 1385257159
        },
        {
            "start": 1385262136,
            "stop": 1385262589
        },
        {
            "start": 1385262593,
            "stop": 1385264588
        },
        {
            "start": 1385264592,
            "stop": 1385266765
        },
        {
            "start": 1385266768,
            "stop": 1385266917
        },
        {
            "start": 1385266920,
            "stop": 1385267162
        },
        {
            "start": 1385273785,
            "stop": 1385274885
        },
        {
            "start": 1385274890,
            "stop": 1385284815
        },
        {
            "start": 1385284820,
            "stop": 1385284831
        },
        {
            "start": 1385349071,
            "stop": 1385362015
        },
        {
            "start": 1385362020,
            "stop": 1385362297
        }
    ]
}