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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=22",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 23,
    "results": [
        {
            "start": 815425980,
            "stop": 815426015
        },
        {
            "start": 815426044,
            "stop": 815426355
        },
        {
            "start": 815426398,
            "stop": 815426715
        },
        {
            "start": 815426743,
            "stop": 815426773
        },
        {
            "start": 815426792,
            "stop": 815426793
        },
        {
            "start": 815450233,
            "stop": 815450628
        },
        {
            "start": 815450690,
            "stop": 815450692
        },
        {
            "start": 815456378,
            "stop": 815456713
        },
        {
            "start": 815457216,
            "stop": 815457343
        },
        {
            "start": 815457524,
            "stop": 815458483
        },
        {
            "start": 815458664,
            "stop": 815458693
        },
        {
            "start": 815466304,
            "stop": 815466636
        },
        {
            "start": 815466665,
            "stop": 815466749
        },
        {
            "start": 815466778,
            "stop": 815467405
        },
        {
            "start": 815467434,
            "stop": 815467636
        },
        {
            "start": 815467665,
            "stop": 815467741
        },
        {
            "start": 815467770,
            "stop": 815467811
        },
        {
            "start": 815467840,
            "stop": 815467965
        },
        {
            "start": 815467993,
            "stop": 815468114
        },
        {
            "start": 815468143,
            "stop": 815468827
        }
    ]
}