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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=716",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 717,
    "results": [
        {
            "start": 867851790,
            "stop": 867853225
        },
        {
            "start": 867854442,
            "stop": 867855082
        },
        {
            "start": 867855088,
            "stop": 867855215
        },
        {
            "start": 867855797,
            "stop": 867857155
        },
        {
            "start": 867859695,
            "stop": 867860193
        },
        {
            "start": 867860830,
            "stop": 867861092
        },
        {
            "start": 867861412,
            "stop": 867861458
        },
        {
            "start": 867861858,
            "stop": 867861954
        },
        {
            "start": 867863262,
            "stop": 867863299
        },
        {
            "start": 867864335,
            "stop": 867946269
        },
        {
            "start": 867946275,
            "stop": 867956630
        },
        {
            "start": 867958883,
            "stop": 868045685
        },
        {
            "start": 868047413,
            "stop": 868054777
        },
        {
            "start": 868058791,
            "stop": 868060776
        },
        {
            "start": 868061267,
            "stop": 868114319
        },
        {
            "start": 868139669,
            "stop": 868143062
        },
        {
            "start": 868143812,
            "stop": 868144467
        },
        {
            "start": 868146346,
            "stop": 868212930
        },
        {
            "start": 868212990,
            "stop": 868213005
        },
        {
            "start": 868215614,
            "stop": 868216350
        }
    ]
}