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=6980
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=6981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6979",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6980,
    "results": [
        {
            "start": 873817900,
            "stop": 873818069
        },
        {
            "start": 873818073,
            "stop": 873818150
        },
        {
            "start": 873818154,
            "stop": 873818216
        },
        {
            "start": 873818219,
            "stop": 873818240
        },
        {
            "start": 873818247,
            "stop": 873818297
        },
        {
            "start": 873818303,
            "stop": 873818314
        },
        {
            "start": 873818318,
            "stop": 873818434
        },
        {
            "start": 873818439,
            "stop": 873818458
        },
        {
            "start": 873818462,
            "stop": 873818507
        },
        {
            "start": 873818511,
            "stop": 873818515
        },
        {
            "start": 873818519,
            "stop": 873818522
        },
        {
            "start": 873818526,
            "stop": 873818568
        },
        {
            "start": 873818572,
            "stop": 873818591
        },
        {
            "start": 873818594,
            "stop": 873818958
        },
        {
            "start": 873818962,
            "stop": 873819000
        },
        {
            "start": 873819120,
            "stop": 873819121
        },
        {
            "start": 873819133,
            "stop": 873819177
        },
        {
            "start": 873819188,
            "stop": 873819223
        },
        {
            "start": 873819227,
            "stop": 873819301
        },
        {
            "start": 873819305,
            "stop": 873819315
        }
    ]
}