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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=537",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 538,
    "results": [
        {
            "start": 830120683,
            "stop": 830120693
        },
        {
            "start": 830121082,
            "stop": 830124683
        },
        {
            "start": 830125439,
            "stop": 830127360
        },
        {
            "start": 830127464,
            "stop": 830129194
        },
        {
            "start": 830129200,
            "stop": 830143871
        },
        {
            "start": 830143932,
            "stop": 830144019
        },
        {
            "start": 830145054,
            "stop": 830145332
        },
        {
            "start": 830145999,
            "stop": 830187226
        },
        {
            "start": 830187231,
            "stop": 830187348
        },
        {
            "start": 830189505,
            "stop": 830191975
        },
        {
            "start": 830193419,
            "stop": 830194159
        },
        {
            "start": 830194993,
            "stop": 830200516
        },
        {
            "start": 830201315,
            "stop": 830202554
        },
        {
            "start": 830202642,
            "stop": 830204587
        },
        {
            "start": 830206691,
            "stop": 830210488
        },
        {
            "start": 830211315,
            "stop": 830211971
        },
        {
            "start": 830212034,
            "stop": 830273071
        },
        {
            "start": 830274210,
            "stop": 830277626
        },
        {
            "start": 830277760,
            "stop": 830280112
        },
        {
            "start": 830281250,
            "stop": 830283479
        }
    ]
}