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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=94",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 95,
    "results": [
        {
            "start": 1263893461,
            "stop": 1263893697
        },
        {
            "start": 1263893699,
            "stop": 1263893772
        },
        {
            "start": 1263893773,
            "stop": 1263893987
        },
        {
            "start": 1263893988,
            "stop": 1263894017
        },
        {
            "start": 1263894021,
            "stop": 1263894068
        },
        {
            "start": 1263894070,
            "stop": 1263894100
        },
        {
            "start": 1263894102,
            "stop": 1263894106
        },
        {
            "start": 1263894107,
            "stop": 1263894110
        },
        {
            "start": 1263894112,
            "stop": 1263894212
        },
        {
            "start": 1263894213,
            "stop": 1263894287
        },
        {
            "start": 1263894288,
            "stop": 1263894546
        },
        {
            "start": 1263894547,
            "stop": 1263894857
        },
        {
            "start": 1263894858,
            "stop": 1263894919
        },
        {
            "start": 1263894920,
            "stop": 1263895134
        },
        {
            "start": 1263895137,
            "stop": 1263895679
        },
        {
            "start": 1263895681,
            "stop": 1263895851
        },
        {
            "start": 1263895852,
            "stop": 1263895858
        },
        {
            "start": 1263895860,
            "stop": 1263896028
        },
        {
            "start": 1263896030,
            "stop": 1263896142
        },
        {
            "start": 1263896144,
            "stop": 1263896633
        }
    ]
}