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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 259,
    "results": [
        {
            "start": 1240044909,
            "stop": 1240045028
        },
        {
            "start": 1240045029,
            "stop": 1240045148
        },
        {
            "start": 1240045149,
            "stop": 1240045268
        },
        {
            "start": 1240045269,
            "stop": 1240045388
        },
        {
            "start": 1240045389,
            "stop": 1240045508
        },
        {
            "start": 1240045509,
            "stop": 1240045628
        },
        {
            "start": 1240045629,
            "stop": 1240045748
        },
        {
            "start": 1240045749,
            "stop": 1240045868
        },
        {
            "start": 1240045869,
            "stop": 1240045988
        },
        {
            "start": 1240045989,
            "stop": 1240046060
        },
        {
            "start": 1240046065,
            "stop": 1240046108
        },
        {
            "start": 1240046109,
            "stop": 1240046228
        },
        {
            "start": 1240046229,
            "stop": 1240046348
        },
        {
            "start": 1240046349,
            "stop": 1240046465
        },
        {
            "start": 1240046466,
            "stop": 1240046588
        },
        {
            "start": 1240046589,
            "stop": 1240046708
        },
        {
            "start": 1240046709,
            "stop": 1240046828
        },
        {
            "start": 1240046829,
            "stop": 1240046948
        },
        {
            "start": 1240046949,
            "stop": 1240047068
        },
        {
            "start": 1240047069,
            "stop": 1240047188
        }
    ]
}