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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=514",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 515,
    "results": [
        {
            "start": 1264623842,
            "stop": 1264623854
        },
        {
            "start": 1264623857,
            "stop": 1264623858
        },
        {
            "start": 1264623859,
            "stop": 1264623860
        },
        {
            "start": 1264623862,
            "stop": 1264623865
        },
        {
            "start": 1264623866,
            "stop": 1264623870
        },
        {
            "start": 1264623871,
            "stop": 1264623890
        },
        {
            "start": 1264623892,
            "stop": 1264624031
        },
        {
            "start": 1264624035,
            "stop": 1264624036
        },
        {
            "start": 1264624038,
            "stop": 1264624230
        },
        {
            "start": 1264624233,
            "stop": 1264624654
        },
        {
            "start": 1264624658,
            "stop": 1264624695
        },
        {
            "start": 1264624698,
            "stop": 1264624706
        },
        {
            "start": 1264624707,
            "stop": 1264624722
        },
        {
            "start": 1264624725,
            "stop": 1264624726
        },
        {
            "start": 1264624728,
            "stop": 1264624729
        },
        {
            "start": 1264624730,
            "stop": 1264624732
        },
        {
            "start": 1264624733,
            "stop": 1264624762
        },
        {
            "start": 1264624767,
            "stop": 1264625022
        },
        {
            "start": 1264625023,
            "stop": 1264625917
        },
        {
            "start": 1264625922,
            "stop": 1264626634
        }
    ]
}