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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=22",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 23,
    "results": [
        {
            "start": 1399590714,
            "stop": 1399593451
        },
        {
            "start": 1399593455,
            "stop": 1399601709
        },
        {
            "start": 1399601712,
            "stop": 1399610555
        },
        {
            "start": 1399610556,
            "stop": 1399624552
        },
        {
            "start": 1399624554,
            "stop": 1399629668
        },
        {
            "start": 1399629673,
            "stop": 1399634629
        },
        {
            "start": 1399634633,
            "stop": 1399641684
        },
        {
            "start": 1399644306,
            "stop": 1399647551
        },
        {
            "start": 1399647554,
            "stop": 1399647828
        },
        {
            "start": 1399647832,
            "stop": 1399648252
        },
        {
            "start": 1399648255,
            "stop": 1399650644
        },
        {
            "start": 1399650649,
            "stop": 1399651534
        },
        {
            "start": 1399651538,
            "stop": 1399652291
        },
        {
            "start": 1399654954,
            "stop": 1399663750
        },
        {
            "start": 1399663753,
            "stop": 1399666144
        },
        {
            "start": 1399666148,
            "stop": 1399670229
        },
        {
            "start": 1399670232,
            "stop": 1399671253
        },
        {
            "start": 1399671689,
            "stop": 1399678552
        },
        {
            "start": 1399678556,
            "stop": 1399679816
        },
        {
            "start": 1399679821,
            "stop": 1399680224
        }
    ]
}