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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4894",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4895,
    "results": [
        {
            "start": 874250454,
            "stop": 874250502
        },
        {
            "start": 874250541,
            "stop": 874250632
        },
        {
            "start": 874250664,
            "stop": 874250708
        },
        {
            "start": 874250727,
            "stop": 874250728
        },
        {
            "start": 874250747,
            "stop": 874250750
        },
        {
            "start": 874250774,
            "stop": 874250859
        },
        {
            "start": 874250878,
            "stop": 874250885
        },
        {
            "start": 874250921,
            "stop": 874250926
        },
        {
            "start": 874250948,
            "stop": 874250949
        },
        {
            "start": 874250968,
            "stop": 874250969
        },
        {
            "start": 874250989,
            "stop": 874250993
        },
        {
            "start": 874251012,
            "stop": 874251051
        },
        {
            "start": 874251089,
            "stop": 874251106
        },
        {
            "start": 874251140,
            "stop": 874251178
        },
        {
            "start": 874251197,
            "stop": 874251217
        },
        {
            "start": 874251237,
            "stop": 874251276
        },
        {
            "start": 874251297,
            "stop": 874251336
        },
        {
            "start": 874251356,
            "stop": 874251372
        },
        {
            "start": 874251392,
            "stop": 874251418
        },
        {
            "start": 874251441,
            "stop": 874251452
        }
    ]
}