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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 306,
    "results": [
        {
            "start": 933707010,
            "stop": 933707014
        },
        {
            "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": 933711034,
            "stop": 933711039
        },
        {
            "start": 933711042,
            "stop": 933711655
        },
        {
            "start": 933711658,
            "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
        }
    ]
}