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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6686",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6687,
    "results": [
        {
            "start": 875172986,
            "stop": 875173033
        },
        {
            "start": 875173034,
            "stop": 875173045
        },
        {
            "start": 875173047,
            "stop": 875173172
        },
        {
            "start": 875173173,
            "stop": 875173235
        },
        {
            "start": 875173236,
            "stop": 875173256
        },
        {
            "start": 875173257,
            "stop": 875173285
        },
        {
            "start": 875173286,
            "stop": 875173294
        },
        {
            "start": 875173296,
            "stop": 875173324
        },
        {
            "start": 875173325,
            "stop": 875173336
        },
        {
            "start": 875173338,
            "stop": 875173419
        },
        {
            "start": 875173421,
            "stop": 875173617
        },
        {
            "start": 875173618,
            "stop": 875173638
        },
        {
            "start": 875173640,
            "stop": 875173662
        },
        {
            "start": 875173663,
            "stop": 875173672
        },
        {
            "start": 875173674,
            "stop": 875173683
        },
        {
            "start": 875173685,
            "stop": 875173708
        },
        {
            "start": 875173709,
            "stop": 875173781
        },
        {
            "start": 875173782,
            "stop": 875174175
        },
        {
            "start": 875174177,
            "stop": 875174274
        },
        {
            "start": 875174275,
            "stop": 875174309
        }
    ]
}