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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 346,
    "results": [
        {
            "start": 1181458888,
            "stop": 1181458893
        },
        {
            "start": 1181458898,
            "stop": 1181458900
        },
        {
            "start": 1181458905,
            "stop": 1181458908
        },
        {
            "start": 1181458913,
            "stop": 1181458915
        },
        {
            "start": 1181458920,
            "stop": 1181458924
        },
        {
            "start": 1181458927,
            "stop": 1181458964
        },
        {
            "start": 1181458968,
            "stop": 1181458971
        },
        {
            "start": 1181458975,
            "stop": 1181458977
        },
        {
            "start": 1181458981,
            "stop": 1181459040
        },
        {
            "start": 1181475199,
            "stop": 1181476882
        },
        {
            "start": 1181476883,
            "stop": 1181477595
        },
        {
            "start": 1181480214,
            "stop": 1181480834
        },
        {
            "start": 1181480835,
            "stop": 1181482906
        },
        {
            "start": 1181482907,
            "stop": 1181483857
        },
        {
            "start": 1181483861,
            "stop": 1181484577
        },
        {
            "start": 1181484578,
            "stop": 1181484861
        },
        {
            "start": 1181484862,
            "stop": 1181487389
        },
        {
            "start": 1181487390,
            "stop": 1181489336
        },
        {
            "start": 1181489338,
            "stop": 1181489365
        },
        {
            "start": 1181489366,
            "stop": 1181489809
        }
    ]
}