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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=213",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 214,
    "results": [
        {
            "start": 1375840681,
            "stop": 1375841288
        },
        {
            "start": 1375841291,
            "stop": 1375841883
        },
        {
            "start": 1375841884,
            "stop": 1375842931
        },
        {
            "start": 1375842933,
            "stop": 1375844736
        },
        {
            "start": 1375844737,
            "stop": 1375845877
        },
        {
            "start": 1375845879,
            "stop": 1375847587
        },
        {
            "start": 1375847589,
            "stop": 1375849958
        },
        {
            "start": 1375849960,
            "stop": 1375850469
        },
        {
            "start": 1375850470,
            "stop": 1375851459
        },
        {
            "start": 1375851461,
            "stop": 1375852065
        },
        {
            "start": 1375852066,
            "stop": 1375855172
        },
        {
            "start": 1375855174,
            "stop": 1375856239
        },
        {
            "start": 1375856241,
            "stop": 1375856905
        },
        {
            "start": 1375856907,
            "stop": 1375858554
        },
        {
            "start": 1375858555,
            "stop": 1375859042
        },
        {
            "start": 1375859044,
            "stop": 1375860596
        },
        {
            "start": 1375860598,
            "stop": 1375861185
        },
        {
            "start": 1375861187,
            "stop": 1375862883
        },
        {
            "start": 1375862885,
            "stop": 1375862973
        },
        {
            "start": 1375862974,
            "stop": 1375863461
        }
    ]
}