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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=226",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 227,
    "results": [
        {
            "start": 1264394475,
            "stop": 1264394482
        },
        {
            "start": 1264394484,
            "stop": 1264394507
        },
        {
            "start": 1264394508,
            "stop": 1264394550
        },
        {
            "start": 1264394551,
            "stop": 1264394558
        },
        {
            "start": 1264394560,
            "stop": 1264394646
        },
        {
            "start": 1264394647,
            "stop": 1264394674
        },
        {
            "start": 1264394675,
            "stop": 1264394688
        },
        {
            "start": 1264394690,
            "stop": 1264394696
        },
        {
            "start": 1264394698,
            "stop": 1264394704
        },
        {
            "start": 1264394706,
            "stop": 1264394730
        },
        {
            "start": 1264394732,
            "stop": 1264394746
        },
        {
            "start": 1264394747,
            "stop": 1264394756
        },
        {
            "start": 1264394758,
            "stop": 1264394809
        },
        {
            "start": 1264394810,
            "stop": 1264394827
        },
        {
            "start": 1264394828,
            "stop": 1264394835
        },
        {
            "start": 1264394836,
            "stop": 1264394843
        },
        {
            "start": 1264394845,
            "stop": 1264394847
        },
        {
            "start": 1264394848,
            "stop": 1264394851
        },
        {
            "start": 1264394853,
            "stop": 1264394859
        },
        {
            "start": 1264394862,
            "stop": 1264394868
        }
    ]
}