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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=129",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 130,
    "results": [
        {
            "start": 953576532,
            "stop": 953576719
        },
        {
            "start": 953576722,
            "stop": 953576755
        },
        {
            "start": 953576759,
            "stop": 953576796
        },
        {
            "start": 953576798,
            "stop": 953576893
        },
        {
            "start": 953578036,
            "stop": 953579108
        },
        {
            "start": 953579114,
            "stop": 953579708
        },
        {
            "start": 953579714,
            "stop": 953580488
        },
        {
            "start": 953580491,
            "stop": 953580504
        },
        {
            "start": 953580507,
            "stop": 953581136
        },
        {
            "start": 953581143,
            "stop": 953581149
        },
        {
            "start": 953581153,
            "stop": 953581159
        },
        {
            "start": 953581165,
            "stop": 953581169
        },
        {
            "start": 953581174,
            "stop": 953581184
        },
        {
            "start": 953581190,
            "stop": 953581193
        },
        {
            "start": 953581198,
            "stop": 953581202
        },
        {
            "start": 953581205,
            "stop": 953581231
        },
        {
            "start": 953581239,
            "stop": 953581243
        },
        {
            "start": 953581251,
            "stop": 953581446
        },
        {
            "start": 953581449,
            "stop": 953581455
        },
        {
            "start": 953581458,
            "stop": 953581471
        }
    ]
}