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=40769
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=40770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40768",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40769,
    "results": [
        {
            "start": 874988978,
            "stop": 874989000
        },
        {
            "start": 874989001,
            "stop": 874989251
        },
        {
            "start": 874989252,
            "stop": 874989282
        },
        {
            "start": 874989283,
            "stop": 874989287
        },
        {
            "start": 874989289,
            "stop": 874989337
        },
        {
            "start": 874989339,
            "stop": 874989368
        },
        {
            "start": 874989370,
            "stop": 874989432
        },
        {
            "start": 874989433,
            "stop": 874989442
        },
        {
            "start": 874989443,
            "stop": 874989448
        },
        {
            "start": 874989450,
            "stop": 874989454
        },
        {
            "start": 874989455,
            "stop": 874989467
        },
        {
            "start": 874989468,
            "stop": 874989555
        },
        {
            "start": 874989557,
            "stop": 874989654
        },
        {
            "start": 874989656,
            "stop": 874989659
        },
        {
            "start": 874989661,
            "stop": 874989744
        },
        {
            "start": 874989746,
            "stop": 874989751
        },
        {
            "start": 874989752,
            "stop": 874989798
        },
        {
            "start": 874989799,
            "stop": 874989800
        },
        {
            "start": 874989801,
            "stop": 874989829
        },
        {
            "start": 874989830,
            "stop": 874990001
        }
    ]
}