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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9906",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9907,
    "results": [
        {
            "start": 874661100,
            "stop": 874661280
        },
        {
            "start": 874661340,
            "stop": 874661460
        },
        {
            "start": 874661520,
            "stop": 874661880
        },
        {
            "start": 874662000,
            "stop": 874663167
        },
        {
            "start": 874663184,
            "stop": 874664229
        },
        {
            "start": 874664247,
            "stop": 874664282
        },
        {
            "start": 874664299,
            "stop": 874664304
        },
        {
            "start": 874664344,
            "stop": 874664700
        },
        {
            "start": 874664717,
            "stop": 874665270
        },
        {
            "start": 874665360,
            "stop": 874666008
        },
        {
            "start": 874666025,
            "stop": 874666882
        },
        {
            "start": 874666899,
            "stop": 874667369
        },
        {
            "start": 874667386,
            "stop": 874667393
        },
        {
            "start": 874667410,
            "stop": 874669459
        },
        {
            "start": 874669476,
            "stop": 874669905
        },
        {
            "start": 874669922,
            "stop": 874670808
        },
        {
            "start": 874670827,
            "stop": 874670920
        },
        {
            "start": 874670923,
            "stop": 874672463
        },
        {
            "start": 874672480,
            "stop": 874672592
        },
        {
            "start": 874672609,
            "stop": 874674000
        }
    ]
}