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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=391",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 392,
    "results": [
        {
            "start": 1264341820,
            "stop": 1264341838
        },
        {
            "start": 1264341839,
            "stop": 1264341844
        },
        {
            "start": 1264341845,
            "stop": 1264341846
        },
        {
            "start": 1264341847,
            "stop": 1264342610
        },
        {
            "start": 1264342611,
            "stop": 1264343000
        },
        {
            "start": 1264343002,
            "stop": 1264343004
        },
        {
            "start": 1264343005,
            "stop": 1264343010
        },
        {
            "start": 1264343011,
            "stop": 1264343139
        },
        {
            "start": 1264343140,
            "stop": 1264343239
        },
        {
            "start": 1264343240,
            "stop": 1264343767
        },
        {
            "start": 1264343769,
            "stop": 1264343883
        },
        {
            "start": 1264343884,
            "stop": 1264343891
        },
        {
            "start": 1264343895,
            "stop": 1264343896
        },
        {
            "start": 1264343897,
            "stop": 1264343898
        },
        {
            "start": 1264343901,
            "stop": 1264343906
        },
        {
            "start": 1264343907,
            "stop": 1264343916
        },
        {
            "start": 1264343917,
            "stop": 1264343924
        },
        {
            "start": 1264343927,
            "stop": 1264343966
        },
        {
            "start": 1264343967,
            "stop": 1264343983
        },
        {
            "start": 1264343984,
            "stop": 1264344038
        }
    ]
}