Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=568
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=569",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=567",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 568,
    "results": [
        {
            "start": 1186487448,
            "stop": 1186491565
        },
        {
            "start": 1186492566,
            "stop": 1186499610
        },
        {
            "start": 1186524714,
            "stop": 1186532745
        },
        {
            "start": 1186532748,
            "stop": 1186539198
        },
        {
            "start": 1186539201,
            "stop": 1186541024
        },
        {
            "start": 1186541028,
            "stop": 1186545080
        },
        {
            "start": 1186545083,
            "stop": 1186546594
        },
        {
            "start": 1186549119,
            "stop": 1186550138
        },
        {
            "start": 1186550142,
            "stop": 1186550194
        },
        {
            "start": 1186550197,
            "stop": 1186555935
        },
        {
            "start": 1186555939,
            "stop": 1186568494
        },
        {
            "start": 1186568497,
            "stop": 1186573729
        },
        {
            "start": 1186573733,
            "stop": 1186577827
        },
        {
            "start": 1186577830,
            "stop": 1186586687
        },
        {
            "start": 1186586691,
            "stop": 1186591037
        },
        {
            "start": 1186591041,
            "stop": 1186593016
        },
        {
            "start": 1186593020,
            "stop": 1186596951
        },
        {
            "start": 1186596954,
            "stop": 1186609762
        },
        {
            "start": 1186642720,
            "stop": 1186655937
        },
        {
            "start": 1186655941,
            "stop": 1186664342
        }
    ]
}