Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=237
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=236",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 237,
    "results": [
        {
            "start": 821579406,
            "stop": 821579409
        },
        {
            "start": 821579413,
            "stop": 821579490
        },
        {
            "start": 821579494,
            "stop": 821579496
        },
        {
            "start": 821579499,
            "stop": 821579526
        },
        {
            "start": 821579530,
            "stop": 821579533
        },
        {
            "start": 821579536,
            "stop": 821579540
        },
        {
            "start": 821579543,
            "stop": 821579577
        },
        {
            "start": 821579581,
            "stop": 821579713
        },
        {
            "start": 821579717,
            "stop": 821579733
        },
        {
            "start": 821579736,
            "stop": 821579827
        },
        {
            "start": 821579830,
            "stop": 821579846
        },
        {
            "start": 821579849,
            "stop": 821580043
        },
        {
            "start": 821580046,
            "stop": 821580050
        },
        {
            "start": 821580053,
            "stop": 821580101
        },
        {
            "start": 821580104,
            "stop": 821580164
        },
        {
            "start": 821580168,
            "stop": 821580230
        },
        {
            "start": 821580234,
            "stop": 821580237
        },
        {
            "start": 821580241,
            "stop": 821580485
        },
        {
            "start": 821580489,
            "stop": 821580491
        },
        {
            "start": 821580494,
            "stop": 821580530
        }
    ]
}