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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=235",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 236,
    "results": [
        {
            "start": 1262664486,
            "stop": 1262665320
        },
        {
            "start": 1262665325,
            "stop": 1262665501
        },
        {
            "start": 1262665503,
            "stop": 1262665507
        },
        {
            "start": 1262665509,
            "stop": 1262665633
        },
        {
            "start": 1262665635,
            "stop": 1262666287
        },
        {
            "start": 1262666290,
            "stop": 1262666332
        },
        {
            "start": 1262666333,
            "stop": 1262666476
        },
        {
            "start": 1262666479,
            "stop": 1262666609
        },
        {
            "start": 1262666613,
            "stop": 1262666681
        },
        {
            "start": 1262666686,
            "stop": 1262666687
        },
        {
            "start": 1262666688,
            "stop": 1262666693
        },
        {
            "start": 1262666697,
            "stop": 1262666883
        },
        {
            "start": 1262666886,
            "stop": 1262666967
        },
        {
            "start": 1262666969,
            "stop": 1262666970
        },
        {
            "start": 1262666973,
            "stop": 1262666975
        },
        {
            "start": 1262666978,
            "stop": 1262666982
        },
        {
            "start": 1262666985,
            "stop": 1262667018
        },
        {
            "start": 1262667020,
            "stop": 1262667113
        },
        {
            "start": 1262667116,
            "stop": 1262667352
        },
        {
            "start": 1262667357,
            "stop": 1262667441
        }
    ]
}