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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=387",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 388,
    "results": [
        {
            "start": 862161466,
            "stop": 862161550
        },
        {
            "start": 862161554,
            "stop": 862161593
        },
        {
            "start": 862161601,
            "stop": 862161626
        },
        {
            "start": 862161630,
            "stop": 862161636
        },
        {
            "start": 862161649,
            "stop": 862161930
        },
        {
            "start": 862161934,
            "stop": 862161978
        },
        {
            "start": 862161982,
            "stop": 862164876
        },
        {
            "start": 862164880,
            "stop": 862167802
        },
        {
            "start": 862168747,
            "stop": 862169095
        },
        {
            "start": 862169099,
            "stop": 862169268
        },
        {
            "start": 862169271,
            "stop": 862169336
        },
        {
            "start": 862169344,
            "stop": 862169350
        },
        {
            "start": 862169359,
            "stop": 862169418
        },
        {
            "start": 862169432,
            "stop": 862169713
        },
        {
            "start": 862169717,
            "stop": 862169723
        },
        {
            "start": 862169731,
            "stop": 862169747
        },
        {
            "start": 862169751,
            "stop": 862169814
        },
        {
            "start": 862169819,
            "stop": 862169829
        },
        {
            "start": 862169833,
            "stop": 862177018
        },
        {
            "start": 862177971,
            "stop": 862179422
        }
    ]
}