Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=86
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=85",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 86,
    "results": [
        {
            "start": 843348887,
            "stop": 843421660
        },
        {
            "start": 843422617,
            "stop": 843428009
        },
        {
            "start": 843428936,
            "stop": 843429153
        },
        {
            "start": 843432478,
            "stop": 843435869
        },
        {
            "start": 843437168,
            "stop": 843443228
        },
        {
            "start": 843444234,
            "stop": 843445285
        },
        {
            "start": 843445946,
            "stop": 843460465
        },
        {
            "start": 843468396,
            "stop": 843481321
        },
        {
            "start": 843481792,
            "stop": 843501890
        },
        {
            "start": 843504471,
            "stop": 843506104
        },
        {
            "start": 843507074,
            "stop": 843507447
        },
        {
            "start": 843508022,
            "stop": 843510648
        },
        {
            "start": 843511675,
            "stop": 843512824
        },
        {
            "start": 843514250,
            "stop": 843514507
        },
        {
            "start": 843515186,
            "stop": 843571123
        },
        {
            "start": 843573074,
            "stop": 843590004
        },
        {
            "start": 843592108,
            "stop": 843604923
        },
        {
            "start": 843606484,
            "stop": 843635631
        },
        {
            "start": 843642345,
            "stop": 843642863
        },
        {
            "start": 843644386,
            "stop": 843644531
        }
    ]
}