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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=143",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 144,
    "results": [
        {
            "start": 830416387,
            "stop": 830416407
        },
        {
            "start": 830416411,
            "stop": 830416417
        },
        {
            "start": 830416430,
            "stop": 830428675
        },
        {
            "start": 830429342,
            "stop": 830449924
        },
        {
            "start": 830450011,
            "stop": 830452086
        },
        {
            "start": 830453534,
            "stop": 830462638
        },
        {
            "start": 830466401,
            "stop": 830490853
        },
        {
            "start": 830496073,
            "stop": 830533738
        },
        {
            "start": 830533741,
            "stop": 830534099
        },
        {
            "start": 830534103,
            "stop": 830534250
        },
        {
            "start": 830534254,
            "stop": 830537664
        },
        {
            "start": 830538021,
            "stop": 830540568
        },
        {
            "start": 830540768,
            "stop": 830544502
        },
        {
            "start": 830544524,
            "stop": 830547676
        },
        {
            "start": 830547699,
            "stop": 830547769
        },
        {
            "start": 830547778,
            "stop": 830548029
        },
        {
            "start": 830548033,
            "stop": 830548472
        },
        {
            "start": 830548480,
            "stop": 830548824
        },
        {
            "start": 830548828,
            "stop": 830549511
        },
        {
            "start": 830549515,
            "stop": 830549525
        }
    ]
}