Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1922
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1921",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1922,
    "results": [
        {
            "start": 848949452,
            "stop": 848950102
        },
        {
            "start": 848950108,
            "stop": 848950400
        },
        {
            "start": 848950408,
            "stop": 848952462
        },
        {
            "start": 848952465,
            "stop": 848952685
        },
        {
            "start": 848952690,
            "stop": 848952830
        },
        {
            "start": 848952835,
            "stop": 848959460
        },
        {
            "start": 848959468,
            "stop": 848963728
        },
        {
            "start": 848964800,
            "stop": 848967457
        },
        {
            "start": 848967463,
            "stop": 848970085
        },
        {
            "start": 848970385,
            "stop": 848976662
        },
        {
            "start": 848976668,
            "stop": 848981878
        },
        {
            "start": 848982337,
            "stop": 848982356
        },
        {
            "start": 848982656,
            "stop": 848982909
        },
        {
            "start": 848983019,
            "stop": 848983416
        },
        {
            "start": 848983716,
            "stop": 849018050
        },
        {
            "start": 849018153,
            "stop": 849022347
        },
        {
            "start": 849022355,
            "stop": 849022787
        },
        {
            "start": 849022793,
            "stop": 849031846
        },
        {
            "start": 849031895,
            "stop": 849035126
        },
        {
            "start": 849036990,
            "stop": 849037050
        }
    ]
}