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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=312",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 313,
    "results": [
        {
            "start": 1264889557,
            "stop": 1264889559
        },
        {
            "start": 1264889560,
            "stop": 1264889586
        },
        {
            "start": 1264889587,
            "stop": 1264889592
        },
        {
            "start": 1264889593,
            "stop": 1264889599
        },
        {
            "start": 1264889600,
            "stop": 1264889632
        },
        {
            "start": 1264889633,
            "stop": 1264889637
        },
        {
            "start": 1264889638,
            "stop": 1264889962
        },
        {
            "start": 1264889963,
            "stop": 1264889964
        },
        {
            "start": 1264889965,
            "stop": 1264889985
        },
        {
            "start": 1264895816,
            "stop": 1264895915
        },
        {
            "start": 1264895916,
            "stop": 1264895966
        },
        {
            "start": 1264895967,
            "stop": 1264896244
        },
        {
            "start": 1264896245,
            "stop": 1264896330
        },
        {
            "start": 1264896331,
            "stop": 1264896333
        },
        {
            "start": 1264896334,
            "stop": 1264896335
        },
        {
            "start": 1264896337,
            "stop": 1264896338
        },
        {
            "start": 1264896339,
            "stop": 1264896360
        },
        {
            "start": 1264896361,
            "stop": 1264896406
        },
        {
            "start": 1264896407,
            "stop": 1264896410
        },
        {
            "start": 1264896411,
            "stop": 1264896413
        }
    ]
}