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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 304,
    "results": [
        {
            "start": 931770361,
            "stop": 931770373
        },
        {
            "start": 931770376,
            "stop": 931770384
        },
        {
            "start": 931770400,
            "stop": 931770403
        },
        {
            "start": 931770406,
            "stop": 931770420
        },
        {
            "start": 931770423,
            "stop": 931770425
        },
        {
            "start": 931770428,
            "stop": 931770429
        },
        {
            "start": 931770432,
            "stop": 931770445
        },
        {
            "start": 931770453,
            "stop": 931770463
        },
        {
            "start": 931770466,
            "stop": 931770496
        },
        {
            "start": 931770499,
            "stop": 931770500
        },
        {
            "start": 931770503,
            "stop": 931770509
        },
        {
            "start": 931770512,
            "stop": 931770515
        },
        {
            "start": 931770517,
            "stop": 931770524
        },
        {
            "start": 931770527,
            "stop": 931770530
        },
        {
            "start": 931770533,
            "stop": 931770536
        },
        {
            "start": 931770539,
            "stop": 931770547
        },
        {
            "start": 931770550,
            "stop": 931770552
        },
        {
            "start": 931770555,
            "stop": 931770560
        },
        {
            "start": 931770563,
            "stop": 931770567
        },
        {
            "start": 931770573,
            "stop": 931770582
        }
    ]
}