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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=523",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 524,
    "results": [
        {
            "start": 827142315,
            "stop": 827142901
        },
        {
            "start": 827142923,
            "stop": 827142926
        },
        {
            "start": 827142945,
            "stop": 827142946
        },
        {
            "start": 827142965,
            "stop": 827142970
        },
        {
            "start": 827143013,
            "stop": 827143064
        },
        {
            "start": 827143083,
            "stop": 827143090
        },
        {
            "start": 827143109,
            "stop": 827143153
        },
        {
            "start": 827143172,
            "stop": 827143175
        },
        {
            "start": 827143194,
            "stop": 827143484
        },
        {
            "start": 827143488,
            "stop": 827143489
        },
        {
            "start": 827143493,
            "stop": 827143920
        },
        {
            "start": 827143940,
            "stop": 827144029
        },
        {
            "start": 827144032,
            "stop": 827145473
        },
        {
            "start": 827145476,
            "stop": 827146871
        },
        {
            "start": 827146891,
            "stop": 827147264
        },
        {
            "start": 827147268,
            "stop": 827147976
        },
        {
            "start": 827147979,
            "stop": 827148048
        },
        {
            "start": 827148051,
            "stop": 827148562
        },
        {
            "start": 827148568,
            "stop": 827148803
        },
        {
            "start": 827148806,
            "stop": 827148966
        }
    ]
}