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=6686
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=6687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6685",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6686,
    "results": [
        {
            "start": 875172090,
            "stop": 875172193
        },
        {
            "start": 875172194,
            "stop": 875172214
        },
        {
            "start": 875172216,
            "stop": 875172272
        },
        {
            "start": 875172274,
            "stop": 875172286
        },
        {
            "start": 875172287,
            "stop": 875172337
        },
        {
            "start": 875172338,
            "stop": 875172339
        },
        {
            "start": 875172340,
            "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": 875172690
        },
        {
            "start": 875172692,
            "stop": 875172720
        },
        {
            "start": 875172722,
            "stop": 875172799
        },
        {
            "start": 875172800,
            "stop": 875172831
        },
        {
            "start": 875172833,
            "stop": 875172849
        },
        {
            "start": 875172850,
            "stop": 875172864
        },
        {
            "start": 875172865,
            "stop": 875172984
        }
    ]
}