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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=349",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 350,
    "results": [
        {
            "start": 847026986,
            "stop": 847028180
        },
        {
            "start": 847028182,
            "stop": 847029351
        },
        {
            "start": 847030626,
            "stop": 847035591
        },
        {
            "start": 847038173,
            "stop": 847040169
        },
        {
            "start": 847073011,
            "stop": 847077164
        },
        {
            "start": 847077881,
            "stop": 847087031
        },
        {
            "start": 847087217,
            "stop": 847091131
        },
        {
            "start": 847091133,
            "stop": 847094443
        },
        {
            "start": 847095491,
            "stop": 847097701
        },
        {
            "start": 847098472,
            "stop": 847102088
        },
        {
            "start": 847102090,
            "stop": 847105344
        },
        {
            "start": 847105346,
            "stop": 847115496
        },
        {
            "start": 847117696,
            "stop": 847117709
        },
        {
            "start": 847117711,
            "stop": 847117718
        },
        {
            "start": 847117720,
            "stop": 847117721
        },
        {
            "start": 847117723,
            "stop": 847117730
        },
        {
            "start": 847117734,
            "stop": 847117736
        },
        {
            "start": 847117738,
            "stop": 847117740
        },
        {
            "start": 847117743,
            "stop": 847117748
        },
        {
            "start": 847117750,
            "stop": 847117774
        }
    ]
}