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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=21",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 22,
    "results": [
        {
            "start": 822915961,
            "stop": 822920423
        },
        {
            "start": 822921378,
            "stop": 822944172
        },
        {
            "start": 822944811,
            "stop": 822947106
        },
        {
            "start": 822947676,
            "stop": 822966531
        },
        {
            "start": 822967444,
            "stop": 822967892
        },
        {
            "start": 822968821,
            "stop": 822973538
        },
        {
            "start": 822974119,
            "stop": 822985603
        },
        {
            "start": 822986196,
            "stop": 822994807
        },
        {
            "start": 822995734,
            "stop": 823012363
        },
        {
            "start": 823013553,
            "stop": 823029648
        },
        {
            "start": 823030180,
            "stop": 823032438
        },
        {
            "start": 823033274,
            "stop": 823078029
        },
        {
            "start": 823079361,
            "stop": 823086311
        },
        {
            "start": 823088686,
            "stop": 823089371
        },
        {
            "start": 823089870,
            "stop": 823093278
        },
        {
            "start": 823100398,
            "stop": 823102002
        },
        {
            "start": 823103369,
            "stop": 823104577
        },
        {
            "start": 823160952,
            "stop": 823161941
        },
        {
            "start": 823195297,
            "stop": 823200134
        },
        {
            "start": 823214186,
            "stop": 823223163
        }
    ]
}