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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=358",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 359,
    "results": [
        {
            "start": 1177527463,
            "stop": 1177527604
        },
        {
            "start": 1177527605,
            "stop": 1177527621
        },
        {
            "start": 1177527622,
            "stop": 1177527925
        },
        {
            "start": 1177527928,
            "stop": 1177527988
        },
        {
            "start": 1177527992,
            "stop": 1177527996
        },
        {
            "start": 1177528001,
            "stop": 1177528007
        },
        {
            "start": 1177528015,
            "stop": 1177528018
        },
        {
            "start": 1177528026,
            "stop": 1177528029
        },
        {
            "start": 1177528037,
            "stop": 1177528061
        },
        {
            "start": 1177528064,
            "stop": 1177528071
        },
        {
            "start": 1177528074,
            "stop": 1177528123
        },
        {
            "start": 1177528126,
            "stop": 1177528174
        },
        {
            "start": 1177528178,
            "stop": 1177528286
        },
        {
            "start": 1177528289,
            "stop": 1177528297
        },
        {
            "start": 1177528299,
            "stop": 1177528318
        },
        {
            "start": 1177528325,
            "stop": 1177528329
        },
        {
            "start": 1177528337,
            "stop": 1177528340
        },
        {
            "start": 1177528350,
            "stop": 1177528352
        },
        {
            "start": 1177528360,
            "stop": 1177528364
        },
        {
            "start": 1177528369,
            "stop": 1177528382
        }
    ]
}