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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=9",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 10,
    "results": [
        {
            "start": 816626707,
            "stop": 816626753
        },
        {
            "start": 816626914,
            "stop": 816630186
        },
        {
            "start": 816633130,
            "stop": 816633688
        },
        {
            "start": 816634759,
            "stop": 816635158
        },
        {
            "start": 816635861,
            "stop": 816636905
        },
        {
            "start": 816636912,
            "stop": 816636938
        },
        {
            "start": 816636954,
            "stop": 816637722
        },
        {
            "start": 816650176,
            "stop": 816656394
        },
        {
            "start": 816656407,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816674867
        },
        {
            "start": 816676286,
            "stop": 816703812
        },
        {
            "start": 816703825,
            "stop": 816707755
        },
        {
            "start": 816708380,
            "stop": 816708385
        },
        {
            "start": 816709659,
            "stop": 816710463
        },
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        },
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816783709
        }
    ]
}