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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=283",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 284,
    "results": [
        {
            "start": 1264762523,
            "stop": 1264762524
        },
        {
            "start": 1264762526,
            "stop": 1264762551
        },
        {
            "start": 1264762553,
            "stop": 1264762560
        },
        {
            "start": 1264762561,
            "stop": 1264762606
        },
        {
            "start": 1264762607,
            "stop": 1264762656
        },
        {
            "start": 1264762657,
            "stop": 1264762664
        },
        {
            "start": 1264762666,
            "stop": 1264762668
        },
        {
            "start": 1264762670,
            "stop": 1264762675
        },
        {
            "start": 1264762676,
            "stop": 1264762677
        },
        {
            "start": 1264762680,
            "stop": 1264762682
        },
        {
            "start": 1264762683,
            "stop": 1264762705
        },
        {
            "start": 1264762706,
            "stop": 1264762708
        },
        {
            "start": 1264762709,
            "stop": 1264762710
        },
        {
            "start": 1264762712,
            "stop": 1264762714
        },
        {
            "start": 1264762715,
            "stop": 1264762728
        },
        {
            "start": 1264762730,
            "stop": 1264762746
        },
        {
            "start": 1264762750,
            "stop": 1264762797
        },
        {
            "start": 1264762798,
            "stop": 1264762874
        },
        {
            "start": 1264762875,
            "stop": 1264762877
        },
        {
            "start": 1264762878,
            "stop": 1264762884
        }
    ]
}