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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4200",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4201,
    "results": [
        {
            "start": 874429489,
            "stop": 874429497
        },
        {
            "start": 874429516,
            "stop": 874429614
        },
        {
            "start": 874429636,
            "stop": 874429885
        },
        {
            "start": 874429908,
            "stop": 874429952
        },
        {
            "start": 874429985,
            "stop": 874430046
        },
        {
            "start": 874430065,
            "stop": 874430102
        },
        {
            "start": 874430121,
            "stop": 874430166
        },
        {
            "start": 874430186,
            "stop": 874430191
        },
        {
            "start": 874430210,
            "stop": 874430232
        },
        {
            "start": 874430251,
            "stop": 874430294
        },
        {
            "start": 874430492,
            "stop": 874430512
        },
        {
            "start": 874430531,
            "stop": 874430800
        },
        {
            "start": 874430819,
            "stop": 874430823
        },
        {
            "start": 874430874,
            "stop": 874430898
        },
        {
            "start": 874431018,
            "stop": 874431120
        },
        {
            "start": 874431266,
            "stop": 874431276
        },
        {
            "start": 874431295,
            "stop": 874431301
        },
        {
            "start": 874431337,
            "stop": 874431360
        },
        {
            "start": 874431379,
            "stop": 874431381
        },
        {
            "start": 874431400,
            "stop": 874431410
        }
    ]
}