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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=259",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 260,
    "results": [
        {
            "start": 1264573486,
            "stop": 1264573487
        },
        {
            "start": 1264573488,
            "stop": 1264573501
        },
        {
            "start": 1264573505,
            "stop": 1264573506
        },
        {
            "start": 1264573510,
            "stop": 1264573514
        },
        {
            "start": 1264573516,
            "stop": 1264573518
        },
        {
            "start": 1264573519,
            "stop": 1264573520
        },
        {
            "start": 1264573521,
            "stop": 1264573523
        },
        {
            "start": 1264573528,
            "stop": 1264573533
        },
        {
            "start": 1264573535,
            "stop": 1264573538
        },
        {
            "start": 1264573540,
            "stop": 1264574973
        },
        {
            "start": 1264574974,
            "stop": 1264574975
        },
        {
            "start": 1264574978,
            "stop": 1264575310
        },
        {
            "start": 1264575313,
            "stop": 1264575317
        },
        {
            "start": 1264575318,
            "stop": 1264575408
        },
        {
            "start": 1264575410,
            "stop": 1264575411
        },
        {
            "start": 1264575412,
            "stop": 1264575413
        },
        {
            "start": 1264575414,
            "stop": 1264575442
        },
        {
            "start": 1264575443,
            "stop": 1264575447
        },
        {
            "start": 1264575449,
            "stop": 1264575694
        },
        {
            "start": 1264578718,
            "stop": 1264578943
        }
    ]
}