Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=449
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=448",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 449,
    "results": [
        {
            "start": 872545453,
            "stop": 872563127
        },
        {
            "start": 872563168,
            "stop": 872564687
        },
        {
            "start": 872566452,
            "stop": 872566707
        },
        {
            "start": 872566728,
            "stop": 872566732
        },
        {
            "start": 872566753,
            "stop": 872566782
        },
        {
            "start": 872566803,
            "stop": 872567790
        },
        {
            "start": 872567910,
            "stop": 872568518
        },
        {
            "start": 872568523,
            "stop": 872568823
        },
        {
            "start": 872568829,
            "stop": 872569204
        },
        {
            "start": 872569210,
            "stop": 872569933
        },
        {
            "start": 872569938,
            "stop": 872587359
        },
        {
            "start": 872587378,
            "stop": 872600852
        },
        {
            "start": 872600858,
            "stop": 872610539
        },
        {
            "start": 872610561,
            "stop": 872612746
        },
        {
            "start": 872612752,
            "stop": 872622802
        },
        {
            "start": 872622843,
            "stop": 872626252
        },
        {
            "start": 872627375,
            "stop": 872627787
        },
        {
            "start": 872627808,
            "stop": 872629927
        },
        {
            "start": 872629983,
            "stop": 872633643
        },
        {
            "start": 872633660,
            "stop": 872635075
        }
    ]
}