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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=217",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 218,
    "results": [
        {
            "start": 933871738,
            "stop": 933872415
        },
        {
            "start": 933872655,
            "stop": 933872719
        },
        {
            "start": 933872916,
            "stop": 933872969
        },
        {
            "start": 933873029,
            "stop": 933873046
        },
        {
            "start": 933873051,
            "stop": 933874402
        },
        {
            "start": 933874522,
            "stop": 933875731
        },
        {
            "start": 933875851,
            "stop": 933876015
        },
        {
            "start": 933876255,
            "stop": 933876751
        },
        {
            "start": 933880236,
            "stop": 933880430
        },
        {
            "start": 933880550,
            "stop": 933880649
        },
        {
            "start": 933880709,
            "stop": 933881062
        },
        {
            "start": 933881182,
            "stop": 933882354
        },
        {
            "start": 933882359,
            "stop": 933882394
        },
        {
            "start": 933883904,
            "stop": 933884606
        },
        {
            "start": 933884726,
            "stop": 933884789
        },
        {
            "start": 933884849,
            "stop": 933885585
        },
        {
            "start": 933885603,
            "stop": 933885790
        },
        {
            "start": 933885795,
            "stop": 933885929
        },
        {
            "start": 933885989,
            "stop": 933886430
        },
        {
            "start": 933886550,
            "stop": 933886577
        }
    ]
}