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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 133,
    "results": [
        {
            "start": 818069388,
            "stop": 818069390
        },
        {
            "start": 818069393,
            "stop": 818069412
        },
        {
            "start": 818069416,
            "stop": 818069419
        },
        {
            "start": 818069423,
            "stop": 818069424
        },
        {
            "start": 818069427,
            "stop": 818069428
        },
        {
            "start": 818069434,
            "stop": 818069438
        },
        {
            "start": 818069441,
            "stop": 818069444
        },
        {
            "start": 818069448,
            "stop": 818069449
        },
        {
            "start": 818069452,
            "stop": 818069453
        },
        {
            "start": 818069456,
            "stop": 818069463
        },
        {
            "start": 818069474,
            "stop": 818069475
        },
        {
            "start": 818069481,
            "stop": 818069492
        },
        {
            "start": 818069497,
            "stop": 818069498
        },
        {
            "start": 818069502,
            "stop": 818069503
        },
        {
            "start": 818069506,
            "stop": 818069509
        },
        {
            "start": 818069517,
            "stop": 818069525
        },
        {
            "start": 818069529,
            "stop": 818069530
        },
        {
            "start": 818069533,
            "stop": 818069535
        },
        {
            "start": 818069539,
            "stop": 818069576
        },
        {
            "start": 818069580,
            "stop": 818069593
        }
    ]
}