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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=453",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 454,
    "results": [
        {
            "start": 1264388528,
            "stop": 1264388596
        },
        {
            "start": 1264388597,
            "stop": 1264388623
        },
        {
            "start": 1264388626,
            "stop": 1264388627
        },
        {
            "start": 1264388629,
            "stop": 1264388632
        },
        {
            "start": 1264388634,
            "stop": 1264388731
        },
        {
            "start": 1264388733,
            "stop": 1264388919
        },
        {
            "start": 1264388921,
            "stop": 1264388935
        },
        {
            "start": 1264388938,
            "stop": 1264388968
        },
        {
            "start": 1264388970,
            "stop": 1264388987
        },
        {
            "start": 1264388988,
            "stop": 1264388994
        },
        {
            "start": 1264388995,
            "stop": 1264389019
        },
        {
            "start": 1264389022,
            "stop": 1264389024
        },
        {
            "start": 1264389029,
            "stop": 1264389048
        },
        {
            "start": 1264389049,
            "stop": 1264389088
        },
        {
            "start": 1264389089,
            "stop": 1264389185
        },
        {
            "start": 1264389187,
            "stop": 1264389192
        },
        {
            "start": 1264389194,
            "stop": 1264389199
        },
        {
            "start": 1264389202,
            "stop": 1264389237
        },
        {
            "start": 1264389240,
            "stop": 1264389247
        },
        {
            "start": 1264389248,
            "stop": 1264389265
        }
    ]
}