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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=318",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 319,
    "results": [
        {
            "start": 868301516,
            "stop": 868302206
        },
        {
            "start": 868302506,
            "stop": 868304932
        },
        {
            "start": 868305372,
            "stop": 868388534
        },
        {
            "start": 868388662,
            "stop": 868389191
        },
        {
            "start": 868389328,
            "stop": 868391917
        },
        {
            "start": 868392268,
            "stop": 868399180
        },
        {
            "start": 868402958,
            "stop": 868467370
        },
        {
            "start": 868467372,
            "stop": 868472060
        },
        {
            "start": 868472572,
            "stop": 868527361
        },
        {
            "start": 868529397,
            "stop": 868540207
        },
        {
            "start": 868546705,
            "stop": 868584010
        },
        {
            "start": 868585396,
            "stop": 868602632
        },
        {
            "start": 868603123,
            "stop": 868603233
        },
        {
            "start": 868603343,
            "stop": 868603383
        },
        {
            "start": 868603683,
            "stop": 868603691
        },
        {
            "start": 868604205,
            "stop": 868608240
        },
        {
            "start": 868608540,
            "stop": 868612381
        },
        {
            "start": 868612795,
            "stop": 868612827
        },
        {
            "start": 868612937,
            "stop": 868613056
        },
        {
            "start": 868613356,
            "stop": 868631033
        }
    ]
}