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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 78,
    "results": [
        {
            "start": 817629568,
            "stop": 817631903
        },
        {
            "start": 817631909,
            "stop": 817632426
        },
        {
            "start": 817632430,
            "stop": 817632453
        },
        {
            "start": 817632457,
            "stop": 817632471
        },
        {
            "start": 817632475,
            "stop": 817632478
        },
        {
            "start": 817632482,
            "stop": 817632495
        },
        {
            "start": 817632498,
            "stop": 817632518
        },
        {
            "start": 817632522,
            "stop": 817632622
        },
        {
            "start": 817632626,
            "stop": 817632658
        },
        {
            "start": 817632663,
            "stop": 817632667
        },
        {
            "start": 817632671,
            "stop": 817632701
        },
        {
            "start": 817632704,
            "stop": 817632715
        },
        {
            "start": 817632719,
            "stop": 817632720
        },
        {
            "start": 817632723,
            "stop": 817632737
        },
        {
            "start": 817632740,
            "stop": 817632748
        },
        {
            "start": 817632751,
            "stop": 817632776
        },
        {
            "start": 817632782,
            "stop": 817632789
        },
        {
            "start": 817632792,
            "stop": 817632823
        },
        {
            "start": 817634454,
            "stop": 817634978
        },
        {
            "start": 817635730,
            "stop": 817638035
        }
    ]
}