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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=187",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 188,
    "results": [
        {
            "start": 933707016,
            "stop": 933707030
        },
        {
            "start": 933707035,
            "stop": 933707055
        },
        {
            "start": 933710382,
            "stop": 933710562
        },
        {
            "start": 933710566,
            "stop": 933710580
        },
        {
            "start": 933710583,
            "stop": 933710588
        },
        {
            "start": 933710590,
            "stop": 933710607
        },
        {
            "start": 933710609,
            "stop": 933710612
        },
        {
            "start": 933710615,
            "stop": 933710629
        },
        {
            "start": 933710634,
            "stop": 933711031
        },
        {
            "start": 933711038,
            "stop": 933711039
        },
        {
            "start": 933711046,
            "stop": 933711655
        },
        {
            "start": 933711662,
            "stop": 933713236
        },
        {
            "start": 933720060,
            "stop": 933721351
        },
        {
            "start": 933721356,
            "stop": 933721360
        },
        {
            "start": 933721363,
            "stop": 933721380
        },
        {
            "start": 933721382,
            "stop": 933721405
        },
        {
            "start": 933721408,
            "stop": 933721427
        },
        {
            "start": 933721433,
            "stop": 933724174
        },
        {
            "start": 933726635,
            "stop": 933728563
        },
        {
            "start": 933728566,
            "stop": 933728581
        }
    ]
}