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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14195",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14196,
    "results": [
        {
            "start": 971169306,
            "stop": 971169310
        },
        {
            "start": 971169316,
            "stop": 971169317
        },
        {
            "start": 971169318,
            "stop": 971169320
        },
        {
            "start": 971169322,
            "stop": 971169323
        },
        {
            "start": 971169326,
            "stop": 971169330
        },
        {
            "start": 971169331,
            "stop": 971169337
        },
        {
            "start": 971169339,
            "stop": 971169340
        },
        {
            "start": 971169343,
            "stop": 971169345
        },
        {
            "start": 971169354,
            "stop": 971169357
        },
        {
            "start": 971169360,
            "stop": 971169361
        },
        {
            "start": 971169362,
            "stop": 971169363
        },
        {
            "start": 971169364,
            "stop": 971169370
        },
        {
            "start": 971169373,
            "stop": 971169374
        },
        {
            "start": 971169375,
            "stop": 971169376
        },
        {
            "start": 971169378,
            "stop": 971169379
        },
        {
            "start": 971169382,
            "stop": 971169387
        },
        {
            "start": 971169389,
            "stop": 971169392
        },
        {
            "start": 971169394,
            "stop": 971169398
        },
        {
            "start": 971169403,
            "stop": 971169404
        },
        {
            "start": 971169411,
            "stop": 971169415
        }
    ]
}