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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 176,
    "results": [
        {
            "start": 818069080,
            "stop": 818069082
        },
        {
            "start": 818069087,
            "stop": 818069091
        },
        {
            "start": 818069094,
            "stop": 818069102
        },
        {
            "start": 818069105,
            "stop": 818069116
        },
        {
            "start": 818069119,
            "stop": 818069120
        },
        {
            "start": 818069123,
            "stop": 818069127
        },
        {
            "start": 818069130,
            "stop": 818069141
        },
        {
            "start": 818069153,
            "stop": 818069157
        },
        {
            "start": 818069400,
            "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
        }
    ]
}