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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5303",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5301",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5302,
    "results": [
        {
            "start": 1136485795,
            "stop": 1136485802
        },
        {
            "start": 1136485804,
            "stop": 1136485833
        },
        {
            "start": 1136485835,
            "stop": 1136485926
        },
        {
            "start": 1136485928,
            "stop": 1136486137
        },
        {
            "start": 1136486139,
            "stop": 1136486183
        },
        {
            "start": 1136486185,
            "stop": 1136486402
        },
        {
            "start": 1136486404,
            "stop": 1136486608
        },
        {
            "start": 1136486610,
            "stop": 1136486615
        },
        {
            "start": 1136486617,
            "stop": 1136486633
        },
        {
            "start": 1136486635,
            "stop": 1136487089
        },
        {
            "start": 1136487091,
            "stop": 1136487177
        },
        {
            "start": 1136487179,
            "stop": 1136487370
        },
        {
            "start": 1136487373,
            "stop": 1136487422
        },
        {
            "start": 1136487424,
            "stop": 1136487447
        },
        {
            "start": 1136487449,
            "stop": 1136487777
        },
        {
            "start": 1136487779,
            "stop": 1136488018
        },
        {
            "start": 1136488020,
            "stop": 1136488039
        },
        {
            "start": 1136488041,
            "stop": 1136488204
        },
        {
            "start": 1136488206,
            "stop": 1136488242
        },
        {
            "start": 1136488244,
            "stop": 1136488374
        }
    ]
}