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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16675",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16676,
    "results": [
        {
            "start": 874904281,
            "stop": 874904390
        },
        {
            "start": 874904391,
            "stop": 874904428
        },
        {
            "start": 874904434,
            "stop": 874904443
        },
        {
            "start": 874904445,
            "stop": 874904491
        },
        {
            "start": 874904492,
            "stop": 874904958
        },
        {
            "start": 874904959,
            "stop": 874905303
        },
        {
            "start": 874905305,
            "stop": 874905453
        },
        {
            "start": 874905454,
            "stop": 874905559
        },
        {
            "start": 874905560,
            "stop": 874905877
        },
        {
            "start": 874905878,
            "stop": 874905942
        },
        {
            "start": 874905943,
            "stop": 874905953
        },
        {
            "start": 874905955,
            "stop": 874905988
        },
        {
            "start": 874905989,
            "stop": 874906085
        },
        {
            "start": 874906086,
            "stop": 874906281
        },
        {
            "start": 874906282,
            "stop": 874906285
        },
        {
            "start": 874906287,
            "stop": 874906482
        },
        {
            "start": 874906483,
            "stop": 874906522
        },
        {
            "start": 874906524,
            "stop": 874906802
        },
        {
            "start": 874906803,
            "stop": 874906841
        },
        {
            "start": 874906843,
            "stop": 874906869
        }
    ]
}