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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=43",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 44,
    "results": [
        {
            "start": 821027406,
            "stop": 821027431
        },
        {
            "start": 821032285,
            "stop": 821032287
        },
        {
            "start": 821032291,
            "stop": 821032405
        },
        {
            "start": 821032409,
            "stop": 821032434
        },
        {
            "start": 821032439,
            "stop": 821032575
        },
        {
            "start": 821032579,
            "stop": 821032734
        },
        {
            "start": 821032739,
            "stop": 821032779
        },
        {
            "start": 821032783,
            "stop": 821034553
        },
        {
            "start": 821034556,
            "stop": 821034558
        },
        {
            "start": 821037156,
            "stop": 821037373
        },
        {
            "start": 821037383,
            "stop": 821037384
        },
        {
            "start": 821037497,
            "stop": 821037553
        },
        {
            "start": 821037573,
            "stop": 821037574
        },
        {
            "start": 821037841,
            "stop": 821037904
        },
        {
            "start": 821052036,
            "stop": 821052913
        },
        {
            "start": 821052931,
            "stop": 821052932
        },
        {
            "start": 821053056,
            "stop": 821053103
        },
        {
            "start": 821055275,
            "stop": 821055733
        },
        {
            "start": 821055762,
            "stop": 821055763
        },
        {
            "start": 821055864,
            "stop": 821055871
        }
    ]
}