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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5207",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5205",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5206,
    "results": [
        {
            "start": 1136283146,
            "stop": 1136283169
        },
        {
            "start": 1136283171,
            "stop": 1136283197
        },
        {
            "start": 1136283199,
            "stop": 1136283264
        },
        {
            "start": 1136283266,
            "stop": 1136283285
        },
        {
            "start": 1136283287,
            "stop": 1136283290
        },
        {
            "start": 1136283292,
            "stop": 1136283308
        },
        {
            "start": 1136283310,
            "stop": 1136283321
        },
        {
            "start": 1136283324,
            "stop": 1136283345
        },
        {
            "start": 1136283347,
            "stop": 1136283369
        },
        {
            "start": 1136283371,
            "stop": 1136283375
        },
        {
            "start": 1136283377,
            "stop": 1136283381
        },
        {
            "start": 1136283383,
            "stop": 1136283384
        },
        {
            "start": 1136283386,
            "stop": 1136283395
        },
        {
            "start": 1136283397,
            "stop": 1136283398
        },
        {
            "start": 1136283400,
            "stop": 1136283449
        },
        {
            "start": 1136283451,
            "stop": 1136283485
        },
        {
            "start": 1136283487,
            "stop": 1136283502
        },
        {
            "start": 1136283504,
            "stop": 1136283513
        },
        {
            "start": 1136283515,
            "stop": 1136283526
        },
        {
            "start": 1136283528,
            "stop": 1136283538
        }
    ]
}