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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=460",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=458",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 459,
    "results": [
        {
            "start": 1183121880,
            "stop": 1183121881
        },
        {
            "start": 1183121889,
            "stop": 1183121892
        },
        {
            "start": 1183121895,
            "stop": 1183122607
        },
        {
            "start": 1183122609,
            "stop": 1183123552
        },
        {
            "start": 1183123554,
            "stop": 1183124199
        },
        {
            "start": 1183124201,
            "stop": 1183124465
        },
        {
            "start": 1183124469,
            "stop": 1183124471
        },
        {
            "start": 1183124473,
            "stop": 1183126287
        },
        {
            "start": 1183126289,
            "stop": 1183126394
        },
        {
            "start": 1183126396,
            "stop": 1183126579
        },
        {
            "start": 1183126581,
            "stop": 1183127291
        },
        {
            "start": 1183127293,
            "stop": 1183128345
        },
        {
            "start": 1183128347,
            "stop": 1183128773
        },
        {
            "start": 1183128774,
            "stop": 1183129031
        },
        {
            "start": 1183129035,
            "stop": 1183129562
        },
        {
            "start": 1183129564,
            "stop": 1183130164
        },
        {
            "start": 1183130166,
            "stop": 1183130214
        },
        {
            "start": 1183130216,
            "stop": 1183130728
        },
        {
            "start": 1183130730,
            "stop": 1183135477
        },
        {
            "start": 1183135481,
            "stop": 1183135505
        }
    ]
}