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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 286,
    "results": [
        {
            "start": 1174966644,
            "stop": 1174967351
        },
        {
            "start": 1174967353,
            "stop": 1174968682
        },
        {
            "start": 1174968684,
            "stop": 1174969890
        },
        {
            "start": 1174969892,
            "stop": 1174971009
        },
        {
            "start": 1174971011,
            "stop": 1174971810
        },
        {
            "start": 1174971812,
            "stop": 1174972741
        },
        {
            "start": 1174972743,
            "stop": 1174973703
        },
        {
            "start": 1174973705,
            "stop": 1174975136
        },
        {
            "start": 1174975138,
            "stop": 1174976532
        },
        {
            "start": 1174976534,
            "stop": 1174977828
        },
        {
            "start": 1174977830,
            "stop": 1174979046
        },
        {
            "start": 1174979048,
            "stop": 1174980432
        },
        {
            "start": 1174980434,
            "stop": 1174980449
        },
        {
            "start": 1174980453,
            "stop": 1174981567
        },
        {
            "start": 1174981569,
            "stop": 1174982245
        },
        {
            "start": 1174982247,
            "stop": 1174983329
        },
        {
            "start": 1174983331,
            "stop": 1174984337
        },
        {
            "start": 1174984341,
            "stop": 1174984398
        },
        {
            "start": 1174984400,
            "stop": 1174985463
        },
        {
            "start": 1174985465,
            "stop": 1174986784
        }
    ]
}