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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=104",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 105,
    "results": [
        {
            "start": 817570543,
            "stop": 817570549
        },
        {
            "start": 817570553,
            "stop": 817570563
        },
        {
            "start": 817570567,
            "stop": 817570582
        },
        {
            "start": 817570586,
            "stop": 817570592
        },
        {
            "start": 817570606,
            "stop": 817570616
        },
        {
            "start": 817570620,
            "stop": 817570694
        },
        {
            "start": 817571949,
            "stop": 817572011
        },
        {
            "start": 817572014,
            "stop": 817572204
        },
        {
            "start": 817572212,
            "stop": 817572243
        },
        {
            "start": 817572252,
            "stop": 817572267
        },
        {
            "start": 817572272,
            "stop": 817573092
        },
        {
            "start": 817573095,
            "stop": 817573826
        },
        {
            "start": 817573829,
            "stop": 817574642
        },
        {
            "start": 817574645,
            "stop": 817574850
        },
        {
            "start": 817574851,
            "stop": 817576743
        },
        {
            "start": 817576746,
            "stop": 817576872
        },
        {
            "start": 817576875,
            "stop": 817577595
        },
        {
            "start": 817577598,
            "stop": 817577746
        },
        {
            "start": 817577749,
            "stop": 817579203
        },
        {
            "start": 817579206,
            "stop": 817579674
        }
    ]
}