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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=443",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 444,
    "results": [
        {
            "start": 1264383802,
            "stop": 1264383817
        },
        {
            "start": 1264383819,
            "stop": 1264383844
        },
        {
            "start": 1264383847,
            "stop": 1264383853
        },
        {
            "start": 1264383856,
            "stop": 1264383862
        },
        {
            "start": 1264383864,
            "stop": 1264383866
        },
        {
            "start": 1264383867,
            "stop": 1264383870
        },
        {
            "start": 1264383872,
            "stop": 1264383880
        },
        {
            "start": 1264383882,
            "stop": 1264383893
        },
        {
            "start": 1264383894,
            "stop": 1264383897
        },
        {
            "start": 1264383899,
            "stop": 1264383905
        },
        {
            "start": 1264383907,
            "stop": 1264383928
        },
        {
            "start": 1264383929,
            "stop": 1264383934
        },
        {
            "start": 1264383939,
            "stop": 1264383940
        },
        {
            "start": 1264383941,
            "stop": 1264383944
        },
        {
            "start": 1264383946,
            "stop": 1264383948
        },
        {
            "start": 1264383949,
            "stop": 1264383952
        },
        {
            "start": 1264383954,
            "stop": 1264383956
        },
        {
            "start": 1264383957,
            "stop": 1264383961
        },
        {
            "start": 1264383962,
            "stop": 1264383968
        },
        {
            "start": 1264383970,
            "stop": 1264384045
        }
    ]
}