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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=359",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 360,
    "results": [
        {
            "start": 1265123748,
            "stop": 1265123760
        },
        {
            "start": 1265123762,
            "stop": 1265123765
        },
        {
            "start": 1265123766,
            "stop": 1265123774
        },
        {
            "start": 1265123776,
            "stop": 1265123781
        },
        {
            "start": 1265123782,
            "stop": 1265125500
        },
        {
            "start": 1265125501,
            "stop": 1265125504
        },
        {
            "start": 1265125507,
            "stop": 1265125644
        },
        {
            "start": 1265125645,
            "stop": 1265125691
        },
        {
            "start": 1265125692,
            "stop": 1265126935
        },
        {
            "start": 1265126938,
            "stop": 1265127976
        },
        {
            "start": 1265127977,
            "stop": 1265127996
        },
        {
            "start": 1265127997,
            "stop": 1265127998
        },
        {
            "start": 1265127999,
            "stop": 1265128005
        },
        {
            "start": 1265128007,
            "stop": 1265128008
        },
        {
            "start": 1265128009,
            "stop": 1265128010
        },
        {
            "start": 1265128011,
            "stop": 1265128015
        },
        {
            "start": 1265128016,
            "stop": 1265128176
        },
        {
            "start": 1265128177,
            "stop": 1265128192
        },
        {
            "start": 1265128193,
            "stop": 1265128197
        },
        {
            "start": 1265128198,
            "stop": 1265128229
        }
    ]
}