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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=410",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 411,
    "results": [
        {
            "start": 938857212,
            "stop": 938866705
        },
        {
            "start": 938866707,
            "stop": 938866708
        },
        {
            "start": 938866713,
            "stop": 938867524
        },
        {
            "start": 938870726,
            "stop": 938876483
        },
        {
            "start": 939035694,
            "stop": 939041234
        },
        {
            "start": 939042180,
            "stop": 939043571
        },
        {
            "start": 939046455,
            "stop": 939046811
        },
        {
            "start": 939048836,
            "stop": 939066299
        },
        {
            "start": 939067906,
            "stop": 939069699
        },
        {
            "start": 939072309,
            "stop": 939087470
        },
        {
            "start": 939098292,
            "stop": 939116909
        },
        {
            "start": 939119643,
            "stop": 939120815
        },
        {
            "start": 939122760,
            "stop": 939130884
        },
        {
            "start": 939130886,
            "stop": 939131904
        },
        {
            "start": 939134364,
            "stop": 939147693
        },
        {
            "start": 939160593,
            "stop": 939168105
        },
        {
            "start": 939171963,
            "stop": 939179681
        },
        {
            "start": 939179683,
            "stop": 939184941
        },
        {
            "start": 939184942,
            "stop": 939184944
        },
        {
            "start": 939184945,
            "stop": 939199038
        }
    ]
}