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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 165,
    "results": [
        {
            "start": 1239639648,
            "stop": 1239639653
        },
        {
            "start": 1239639658,
            "stop": 1239639733
        },
        {
            "start": 1239639737,
            "stop": 1239639792
        },
        {
            "start": 1239639800,
            "stop": 1239639814
        },
        {
            "start": 1239639818,
            "stop": 1239639828
        },
        {
            "start": 1239639833,
            "stop": 1239639846
        },
        {
            "start": 1239639851,
            "stop": 1239639907
        },
        {
            "start": 1239639912,
            "stop": 1239639925
        },
        {
            "start": 1239639930,
            "stop": 1239640097
        },
        {
            "start": 1239640101,
            "stop": 1239640161
        },
        {
            "start": 1239640166,
            "stop": 1239640169
        },
        {
            "start": 1239640174,
            "stop": 1239640246
        },
        {
            "start": 1239640250,
            "stop": 1239640303
        },
        {
            "start": 1239640308,
            "stop": 1239640456
        },
        {
            "start": 1239640459,
            "stop": 1239640471
        },
        {
            "start": 1239640474,
            "stop": 1239640516
        },
        {
            "start": 1239640521,
            "stop": 1239640524
        },
        {
            "start": 1239640528,
            "stop": 1239640542
        },
        {
            "start": 1239640546,
            "stop": 1239640552
        },
        {
            "start": 1239640556,
            "stop": 1239640609
        }
    ]
}