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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 258,
    "results": [
        {
            "start": 818220876,
            "stop": 818220880
        },
        {
            "start": 818220887,
            "stop": 818220892
        },
        {
            "start": 818220933,
            "stop": 818220934
        },
        {
            "start": 818220937,
            "stop": 818220939
        },
        {
            "start": 818220949,
            "stop": 818220950
        },
        {
            "start": 818220969,
            "stop": 818220972
        },
        {
            "start": 818220981,
            "stop": 818220991
        },
        {
            "start": 818221016,
            "stop": 818221017
        },
        {
            "start": 818221025,
            "stop": 818221029
        },
        {
            "start": 818221033,
            "stop": 818221035
        },
        {
            "start": 818221044,
            "stop": 818221045
        },
        {
            "start": 818221054,
            "stop": 818221055
        },
        {
            "start": 818221059,
            "stop": 818221060
        },
        {
            "start": 818221064,
            "stop": 818221068
        },
        {
            "start": 818221085,
            "stop": 818221086
        },
        {
            "start": 818221104,
            "stop": 818221107
        },
        {
            "start": 818221119,
            "stop": 818221120
        },
        {
            "start": 818221123,
            "stop": 818221125
        },
        {
            "start": 818221133,
            "stop": 818221136
        },
        {
            "start": 818221140,
            "stop": 818221141
        }
    ]
}