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=46891
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=46892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46890",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46891,
    "results": [
        {
            "start": 875171975,
            "stop": 875171993
        },
        {
            "start": 875171994,
            "stop": 875172087
        },
        {
            "start": 875172090,
            "stop": 875172118
        },
        {
            "start": 875172119,
            "stop": 875172193
        },
        {
            "start": 875172194,
            "stop": 875172214
        },
        {
            "start": 875172216,
            "stop": 875172223
        },
        {
            "start": 875172224,
            "stop": 875172267
        },
        {
            "start": 875172268,
            "stop": 875172272
        },
        {
            "start": 875172274,
            "stop": 875172286
        },
        {
            "start": 875172287,
            "stop": 875172337
        },
        {
            "start": 875172338,
            "stop": 875172339
        },
        {
            "start": 875172340,
            "stop": 875172341
        },
        {
            "start": 875172342,
            "stop": 875172394
        },
        {
            "start": 875172396,
            "stop": 875172431
        },
        {
            "start": 875172433,
            "stop": 875172434
        },
        {
            "start": 875172436,
            "stop": 875172576
        },
        {
            "start": 875172577,
            "stop": 875172605
        },
        {
            "start": 875172607,
            "stop": 875172609
        },
        {
            "start": 875172611,
            "stop": 875172623
        },
        {
            "start": 875172625,
            "stop": 875172679
        }
    ]
}