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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=4",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 5,
    "results": [
        {
            "start": 835401764,
            "stop": 835468006
        },
        {
            "start": 835468319,
            "stop": 835655536
        },
        {
            "start": 835689863,
            "stop": 835746364
        },
        {
            "start": 837279120,
            "stop": 837279243
        },
        {
            "start": 837303258,
            "stop": 837444780
        },
        {
            "start": 837445319,
            "stop": 837453664
        },
        {
            "start": 837456764,
            "stop": 837536704
        },
        {
            "start": 837537104,
            "stop": 837537994
        },
        {
            "start": 837538924,
            "stop": 837550864
        },
        {
            "start": 837553904,
            "stop": 837560404
        },
        {
            "start": 837560518,
            "stop": 837640864
        },
        {
            "start": 837642944,
            "stop": 837724618
        },
        {
            "start": 837725518,
            "stop": 837875884
        },
        {
            "start": 837881519,
            "stop": 837975384
        },
        {
            "start": 837975718,
            "stop": 837982504
        },
        {
            "start": 837982919,
            "stop": 838069530
        },
        {
            "start": 838069919,
            "stop": 838242064
        },
        {
            "start": 838242704,
            "stop": 838411264
        },
        {
            "start": 838413224,
            "stop": 838486475
        },
        {
            "start": 840299885,
            "stop": 840301264
        }
    ]
}