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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=305",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 306,
    "results": [
        {
            "start": 842564633,
            "stop": 842588301
        },
        {
            "start": 842594849,
            "stop": 842596237
        },
        {
            "start": 842596800,
            "stop": 842607318
        },
        {
            "start": 842607320,
            "stop": 842618098
        },
        {
            "start": 842618099,
            "stop": 842618285
        },
        {
            "start": 842619088,
            "stop": 842620044
        },
        {
            "start": 842620045,
            "stop": 842621177
        },
        {
            "start": 842623913,
            "stop": 842623978
        },
        {
            "start": 842623980,
            "stop": 842623983
        },
        {
            "start": 842623985,
            "stop": 842631194
        },
        {
            "start": 842632492,
            "stop": 842635613
        },
        {
            "start": 842637055,
            "stop": 842640630
        },
        {
            "start": 842640632,
            "stop": 842660603
        },
        {
            "start": 842660763,
            "stop": 842667118
        },
        {
            "start": 842667120,
            "stop": 842672310
        },
        {
            "start": 842672311,
            "stop": 842677817
        },
        {
            "start": 842677819,
            "stop": 842683872
        },
        {
            "start": 842683874,
            "stop": 842683959
        },
        {
            "start": 842685597,
            "stop": 842685633
        },
        {
            "start": 842685635,
            "stop": 842688179
        }
    ]
}