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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=317",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 318,
    "results": [
        {
            "start": 1263882588,
            "stop": 1263882593
        },
        {
            "start": 1263882594,
            "stop": 1263882630
        },
        {
            "start": 1263882635,
            "stop": 1263882688
        },
        {
            "start": 1263882689,
            "stop": 1263882763
        },
        {
            "start": 1263882765,
            "stop": 1263882960
        },
        {
            "start": 1263882961,
            "stop": 1263883072
        },
        {
            "start": 1263883073,
            "stop": 1263883101
        },
        {
            "start": 1263883103,
            "stop": 1263883127
        },
        {
            "start": 1263883129,
            "stop": 1263883192
        },
        {
            "start": 1263883194,
            "stop": 1263883630
        },
        {
            "start": 1263883631,
            "stop": 1263883701
        },
        {
            "start": 1263883702,
            "stop": 1263883733
        },
        {
            "start": 1263883738,
            "stop": 1263883853
        },
        {
            "start": 1263883854,
            "stop": 1263883900
        },
        {
            "start": 1263883905,
            "stop": 1263884124
        },
        {
            "start": 1263884126,
            "stop": 1263884132
        },
        {
            "start": 1263884134,
            "stop": 1263884790
        },
        {
            "start": 1263884792,
            "stop": 1263884838
        },
        {
            "start": 1263884843,
            "stop": 1263885199
        },
        {
            "start": 1263885204,
            "stop": 1263885766
        }
    ]
}