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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=28",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 29,
    "results": [
        {
            "start": 816626914,
            "stop": 816627960
        },
        {
            "start": 816628140,
            "stop": 816628380
        },
        {
            "start": 816628440,
            "stop": 816628790
        },
        {
            "start": 816628870,
            "stop": 816629520
        },
        {
            "start": 816629580,
            "stop": 816629640
        },
        {
            "start": 816629700,
            "stop": 816629760
        },
        {
            "start": 816629820,
            "stop": 816630133
        },
        {
            "start": 816633130,
            "stop": 816633240
        },
        {
            "start": 816633300,
            "stop": 816633540
        },
        {
            "start": 816633660,
            "stop": 816633673
        },
        {
            "start": 816634759,
            "stop": 816635113
        },
        {
            "start": 816635861,
            "stop": 816636480
        },
        {
            "start": 816636540,
            "stop": 816636904
        },
        {
            "start": 816636973,
            "stop": 816637010
        },
        {
            "start": 816637150,
            "stop": 816637200
        },
        {
            "start": 816637260,
            "stop": 816637693
        },
        {
            "start": 816650176,
            "stop": 816652010
        },
        {
            "start": 816652090,
            "stop": 816652740
        },
        {
            "start": 816652800,
            "stop": 816653870
        },
        {
            "start": 816653950,
            "stop": 816655458
        }
    ]
}