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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 195,
    "results": [
        {
            "start": 1239865513,
            "stop": 1239865631
        },
        {
            "start": 1239865633,
            "stop": 1239865751
        },
        {
            "start": 1239865753,
            "stop": 1239865871
        },
        {
            "start": 1239865873,
            "stop": 1239865991
        },
        {
            "start": 1239865993,
            "stop": 1239866111
        },
        {
            "start": 1239866113,
            "stop": 1239866231
        },
        {
            "start": 1239866233,
            "stop": 1239866351
        },
        {
            "start": 1239866353,
            "stop": 1239866471
        },
        {
            "start": 1239866473,
            "stop": 1239866591
        },
        {
            "start": 1239866593,
            "stop": 1239866711
        },
        {
            "start": 1239866713,
            "stop": 1239866831
        },
        {
            "start": 1239866833,
            "stop": 1239866951
        },
        {
            "start": 1239866953,
            "stop": 1239867071
        },
        {
            "start": 1239867073,
            "stop": 1239867191
        },
        {
            "start": 1239867193,
            "stop": 1239867309
        },
        {
            "start": 1239867310,
            "stop": 1239867431
        },
        {
            "start": 1239867433,
            "stop": 1239867551
        },
        {
            "start": 1239867553,
            "stop": 1239867671
        },
        {
            "start": 1239867673,
            "stop": 1239867791
        },
        {
            "start": 1239867793,
            "stop": 1239867911
        }
    ]
}