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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 247,
    "results": [
        {
            "start": 1173942277,
            "stop": 1173942977
        },
        {
            "start": 1173942979,
            "stop": 1173943998
        },
        {
            "start": 1173944000,
            "stop": 1173945359
        },
        {
            "start": 1173945361,
            "stop": 1173946332
        },
        {
            "start": 1173946334,
            "stop": 1173946940
        },
        {
            "start": 1173946942,
            "stop": 1173947311
        },
        {
            "start": 1173947313,
            "stop": 1173948229
        },
        {
            "start": 1173948231,
            "stop": 1173949199
        },
        {
            "start": 1173949201,
            "stop": 1173950171
        },
        {
            "start": 1173950173,
            "stop": 1173951418
        },
        {
            "start": 1173951420,
            "stop": 1173952052
        },
        {
            "start": 1173952054,
            "stop": 1173952377
        },
        {
            "start": 1173952379,
            "stop": 1173953234
        },
        {
            "start": 1173953238,
            "stop": 1173953422
        },
        {
            "start": 1173953424,
            "stop": 1173953756
        },
        {
            "start": 1173953758,
            "stop": 1173954389
        },
        {
            "start": 1173954391,
            "stop": 1173955443
        },
        {
            "start": 1173955445,
            "stop": 1173956395
        },
        {
            "start": 1173956397,
            "stop": 1173957163
        },
        {
            "start": 1173957165,
            "stop": 1173957437
        }
    ]
}