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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 194,
    "results": [
        {
            "start": 1239863233,
            "stop": 1239863351
        },
        {
            "start": 1239863353,
            "stop": 1239863471
        },
        {
            "start": 1239863473,
            "stop": 1239863591
        },
        {
            "start": 1239863593,
            "stop": 1239863711
        },
        {
            "start": 1239863713,
            "stop": 1239863831
        },
        {
            "start": 1239863833,
            "stop": 1239863951
        },
        {
            "start": 1239863953,
            "stop": 1239864071
        },
        {
            "start": 1239864073,
            "stop": 1239864191
        },
        {
            "start": 1239864193,
            "stop": 1239864311
        },
        {
            "start": 1239864313,
            "stop": 1239864431
        },
        {
            "start": 1239864433,
            "stop": 1239864551
        },
        {
            "start": 1239864553,
            "stop": 1239864671
        },
        {
            "start": 1239864673,
            "stop": 1239864791
        },
        {
            "start": 1239864793,
            "stop": 1239864911
        },
        {
            "start": 1239864913,
            "stop": 1239865031
        },
        {
            "start": 1239865033,
            "stop": 1239865144
        },
        {
            "start": 1239865148,
            "stop": 1239865151
        },
        {
            "start": 1239865153,
            "stop": 1239865271
        },
        {
            "start": 1239865273,
            "stop": 1239865391
        },
        {
            "start": 1239865393,
            "stop": 1239865511
        }
    ]
}