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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=32",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 33,
    "results": [
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826554059
        },
        {
            "start": 826563262,
            "stop": 826564590
        },
        {
            "start": 826565582,
            "stop": 826569546
        },
        {
            "start": 826573008,
            "stop": 826573765
        },
        {
            "start": 826574287,
            "stop": 826580418
        },
        {
            "start": 826581086,
            "stop": 826582972
        },
        {
            "start": 826583649,
            "stop": 826602678
        },
        {
            "start": 826603740,
            "stop": 826626631
        },
        {
            "start": 826628501,
            "stop": 826641003
        },
        {
            "start": 826641817,
            "stop": 826642219
        },
        {
            "start": 826642903,
            "stop": 826643633
        },
        {
            "start": 826645091,
            "stop": 826658338
        },
        {
            "start": 826659119,
            "stop": 826660961
        },
        {
            "start": 826661962,
            "stop": 826667412
        },
        {
            "start": 826670429,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826700239
        },
        {
            "start": 826701367,
            "stop": 826709217
        },
        {
            "start": 826710267,
            "stop": 826717549
        },
        {
            "start": 826718191,
            "stop": 826718292
        }
    ]
}