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=728
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=729",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=727",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 728,
    "results": [
        {
            "start": 1267534760,
            "stop": 1267534769
        },
        {
            "start": 1267534771,
            "stop": 1267534773
        },
        {
            "start": 1267534774,
            "stop": 1267534775
        },
        {
            "start": 1267534779,
            "stop": 1267534780
        },
        {
            "start": 1267534781,
            "stop": 1267534783
        },
        {
            "start": 1267534784,
            "stop": 1267534805
        },
        {
            "start": 1267534806,
            "stop": 1267534817
        },
        {
            "start": 1267534819,
            "stop": 1267534830
        },
        {
            "start": 1267534835,
            "stop": 1267534836
        },
        {
            "start": 1267534842,
            "stop": 1267534843
        },
        {
            "start": 1267534848,
            "stop": 1267534870
        },
        {
            "start": 1267534876,
            "stop": 1267534877
        },
        {
            "start": 1267534879,
            "stop": 1267534882
        },
        {
            "start": 1267534883,
            "stop": 1267534922
        },
        {
            "start": 1267534923,
            "stop": 1267534928
        },
        {
            "start": 1267534932,
            "stop": 1267535076
        },
        {
            "start": 1267535078,
            "stop": 1267535675
        },
        {
            "start": 1267535679,
            "stop": 1267537567
        },
        {
            "start": 1267537572,
            "stop": 1267538954
        },
        {
            "start": 1267538956,
            "stop": 1267538959
        }
    ]
}