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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=214",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 215,
    "results": [
        {
            "start": 1264388053,
            "stop": 1264388092
        },
        {
            "start": 1264388094,
            "stop": 1264388188
        },
        {
            "start": 1264388191,
            "stop": 1264388334
        },
        {
            "start": 1264388336,
            "stop": 1264388402
        },
        {
            "start": 1264388405,
            "stop": 1264388457
        },
        {
            "start": 1264388460,
            "stop": 1264388525
        },
        {
            "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": 1264389048
        },
        {
            "start": 1264389049,
            "stop": 1264389088
        },
        {
            "start": 1264389089,
            "stop": 1264389185
        }
    ]
}