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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4001",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4002,
    "results": [
        {
            "start": 874805423,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874806003
        },
        {
            "start": 874806010,
            "stop": 874806660
        },
        {
            "start": 874806723,
            "stop": 874806729
        },
        {
            "start": 874806732,
            "stop": 874807411
        },
        {
            "start": 874808192,
            "stop": 874808274
        },
        {
            "start": 874808281,
            "stop": 874811179
        },
        {
            "start": 874811182,
            "stop": 874811188
        },
        {
            "start": 874811191,
            "stop": 874811277
        },
        {
            "start": 874811280,
            "stop": 874812599
        },
        {
            "start": 874812602,
            "stop": 874812666
        },
        {
            "start": 874812669,
            "stop": 874812963
        },
        {
            "start": 874812966,
            "stop": 874813095
        },
        {
            "start": 874813102,
            "stop": 874813108
        },
        {
            "start": 874813112,
            "stop": 874813383
        },
        {
            "start": 874813386,
            "stop": 874813399
        },
        {
            "start": 874813402,
            "stop": 874813409
        },
        {
            "start": 874813412,
            "stop": 874813438
        },
        {
            "start": 874813442,
            "stop": 874813444
        },
        {
            "start": 874813447,
            "stop": 874813589
        }
    ]
}