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=642
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=643",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=641",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 642,
    "results": [
        {
            "start": 1265743817,
            "stop": 1265743829
        },
        {
            "start": 1265743834,
            "stop": 1265743946
        },
        {
            "start": 1265743951,
            "stop": 1265744041
        },
        {
            "start": 1265744046,
            "stop": 1265744176
        },
        {
            "start": 1265744181,
            "stop": 1265744215
        },
        {
            "start": 1265744220,
            "stop": 1265744224
        },
        {
            "start": 1265744228,
            "stop": 1265744247
        },
        {
            "start": 1265744252,
            "stop": 1265744264
        },
        {
            "start": 1265744268,
            "stop": 1265744368
        },
        {
            "start": 1265744373,
            "stop": 1265744510
        },
        {
            "start": 1265744515,
            "stop": 1265744520
        },
        {
            "start": 1265744525,
            "stop": 1265744600
        },
        {
            "start": 1265744605,
            "stop": 1265744631
        },
        {
            "start": 1265744636,
            "stop": 1265744694
        },
        {
            "start": 1265744699,
            "stop": 1265744734
        },
        {
            "start": 1265744739,
            "stop": 1265744805
        },
        {
            "start": 1265744810,
            "stop": 1265744857
        },
        {
            "start": 1265744862,
            "stop": 1265744888
        },
        {
            "start": 1265744893,
            "stop": 1265744929
        },
        {
            "start": 1265744934,
            "stop": 1265744965
        }
    ]
}