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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=397",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 398,
    "results": [
        {
            "start": 1267367788,
            "stop": 1267368101
        },
        {
            "start": 1267368103,
            "stop": 1267368118
        },
        {
            "start": 1267368119,
            "stop": 1267368124
        },
        {
            "start": 1267368126,
            "stop": 1267368135
        },
        {
            "start": 1267368136,
            "stop": 1267368177
        },
        {
            "start": 1267368180,
            "stop": 1267368181
        },
        {
            "start": 1267368182,
            "stop": 1267368216
        },
        {
            "start": 1267368217,
            "stop": 1267368410
        },
        {
            "start": 1267368411,
            "stop": 1267368487
        },
        {
            "start": 1267368488,
            "stop": 1267370550
        },
        {
            "start": 1267370552,
            "stop": 1267372503
        },
        {
            "start": 1267372504,
            "stop": 1267372519
        },
        {
            "start": 1267372521,
            "stop": 1267372549
        },
        {
            "start": 1267372550,
            "stop": 1267373824
        },
        {
            "start": 1267373826,
            "stop": 1267378579
        },
        {
            "start": 1267380081,
            "stop": 1267395347
        },
        {
            "start": 1267395348,
            "stop": 1267395470
        },
        {
            "start": 1267395471,
            "stop": 1267395687
        },
        {
            "start": 1267395689,
            "stop": 1267396314
        },
        {
            "start": 1267396315,
            "stop": 1267396582
        }
    ]
}