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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 168,
    "results": [
        {
            "start": 931599348,
            "stop": 931599349
        },
        {
            "start": 931599355,
            "stop": 931599370
        },
        {
            "start": 931599373,
            "stop": 931599376
        },
        {
            "start": 931599379,
            "stop": 931599381
        },
        {
            "start": 931599391,
            "stop": 931599394
        },
        {
            "start": 931599397,
            "stop": 931599398
        },
        {
            "start": 931599402,
            "stop": 931599405
        },
        {
            "start": 931599410,
            "stop": 931599416
        },
        {
            "start": 931599418,
            "stop": 931599419
        },
        {
            "start": 931599422,
            "stop": 931599425
        },
        {
            "start": 931599437,
            "stop": 931599438
        },
        {
            "start": 931599450,
            "stop": 931599451
        },
        {
            "start": 931599457,
            "stop": 931599462
        },
        {
            "start": 931599465,
            "stop": 931599466
        },
        {
            "start": 931599469,
            "stop": 931599471
        },
        {
            "start": 931599481,
            "stop": 931599488
        },
        {
            "start": 931599494,
            "stop": 931599495
        },
        {
            "start": 931599503,
            "stop": 931599513
        },
        {
            "start": 931599519,
            "stop": 931599521
        },
        {
            "start": 931599525,
            "stop": 931599527
        }
    ]
}