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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=389",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 390,
    "results": [
        {
            "start": 1266784476,
            "stop": 1266784726
        },
        {
            "start": 1266784727,
            "stop": 1266784962
        },
        {
            "start": 1266784963,
            "stop": 1266785230
        },
        {
            "start": 1266785231,
            "stop": 1266785460
        },
        {
            "start": 1266785461,
            "stop": 1266785697
        },
        {
            "start": 1266785698,
            "stop": 1266786166
        },
        {
            "start": 1266786167,
            "stop": 1266786400
        },
        {
            "start": 1266786401,
            "stop": 1266786633
        },
        {
            "start": 1266786634,
            "stop": 1266786910
        },
        {
            "start": 1266786911,
            "stop": 1266787141
        },
        {
            "start": 1266787142,
            "stop": 1266787464
        },
        {
            "start": 1266787465,
            "stop": 1266788124
        },
        {
            "start": 1266788125,
            "stop": 1266788355
        },
        {
            "start": 1266788356,
            "stop": 1266788611
        },
        {
            "start": 1266788612,
            "stop": 1266788929
        },
        {
            "start": 1266788930,
            "stop": 1266789378
        },
        {
            "start": 1266789379,
            "stop": 1266789671
        },
        {
            "start": 1266793981,
            "stop": 1266794196
        },
        {
            "start": 1266794197,
            "stop": 1266796507
        },
        {
            "start": 1266796508,
            "stop": 1266796850
        }
    ]
}