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_BURST_CAT3/segments?format=api&page=466
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=465",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 466,
    "results": [
        {
            "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": 1264394817
        },
        {
            "start": 1264394822,
            "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
        },
        {
            "start": 1264394869,
            "stop": 1264394948
        },
        {
            "start": 1264394950,
            "stop": 1264394952
        },
        {
            "start": 1264394953,
            "stop": 1264394956
        },
        {
            "start": 1264394959,
            "stop": 1264395041
        },
        {
            "start": 1264395042,
            "stop": 1264395049
        },
        {
            "start": 1264395052,
            "stop": 1264395068
        }
    ]
}