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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=235",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 236,
    "results": [
        {
            "start": 1264398573,
            "stop": 1264398611
        },
        {
            "start": 1264398613,
            "stop": 1264398750
        },
        {
            "start": 1264398752,
            "stop": 1264398759
        },
        {
            "start": 1264398760,
            "stop": 1264398768
        },
        {
            "start": 1264398769,
            "stop": 1264398782
        },
        {
            "start": 1264398784,
            "stop": 1264398798
        },
        {
            "start": 1264398799,
            "stop": 1264398955
        },
        {
            "start": 1264398957,
            "stop": 1264399003
        },
        {
            "start": 1264399004,
            "stop": 1264399005
        },
        {
            "start": 1264399006,
            "stop": 1264399020
        },
        {
            "start": 1264399021,
            "stop": 1264399022
        },
        {
            "start": 1264399023,
            "stop": 1264399037
        },
        {
            "start": 1264399038,
            "stop": 1264399047
        },
        {
            "start": 1264399048,
            "stop": 1264399052
        },
        {
            "start": 1264399054,
            "stop": 1264399055
        },
        {
            "start": 1264399056,
            "stop": 1264399097
        },
        {
            "start": 1264399099,
            "stop": 1264399152
        },
        {
            "start": 1264399153,
            "stop": 1264399154
        },
        {
            "start": 1264399155,
            "stop": 1264399168
        },
        {
            "start": 1264399169,
            "stop": 1264399170
        }
    ]
}