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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=27",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 28,
    "results": [
        {
            "start": 816623110,
            "stop": 816623150
        },
        {
            "start": 816625941,
            "stop": 816626700
        },
        {
            "start": 816626750,
            "stop": 816626753
        },
        {
            "start": 816626914,
            "stop": 816628790
        },
        {
            "start": 816628870,
            "stop": 816630133
        },
        {
            "start": 816633130,
            "stop": 816633673
        },
        {
            "start": 816634759,
            "stop": 816635113
        },
        {
            "start": 816635861,
            "stop": 816636905
        },
        {
            "start": 816636935,
            "stop": 816636938
        },
        {
            "start": 816636973,
            "stop": 816637010
        },
        {
            "start": 816637150,
            "stop": 816637693
        },
        {
            "start": 816637720,
            "stop": 816637722
        },
        {
            "start": 816650176,
            "stop": 816652010
        },
        {
            "start": 816652090,
            "stop": 816653870
        },
        {
            "start": 816653950,
            "stop": 816655458
        },
        {
            "start": 816655465,
            "stop": 816656030
        },
        {
            "start": 816656110,
            "stop": 816656330
        },
        {
            "start": 816656410,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816663409
        },
        {
            "start": 816663418,
            "stop": 816667337
        }
    ]
}