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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=291",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 292,
    "results": [
        {
            "start": 841697544,
            "stop": 841697990
        },
        {
            "start": 841697992,
            "stop": 841698094
        },
        {
            "start": 841698097,
            "stop": 841698675
        },
        {
            "start": 841698677,
            "stop": 841698707
        },
        {
            "start": 841699795,
            "stop": 841727401
        },
        {
            "start": 841727403,
            "stop": 841734978
        },
        {
            "start": 841735798,
            "stop": 841750481
        },
        {
            "start": 841751632,
            "stop": 841751685
        },
        {
            "start": 841751832,
            "stop": 841752761
        },
        {
            "start": 841752763,
            "stop": 841752857
        },
        {
            "start": 841752859,
            "stop": 841752876
        },
        {
            "start": 841752878,
            "stop": 841752908
        },
        {
            "start": 841754326,
            "stop": 841754647
        },
        {
            "start": 841754649,
            "stop": 841754718
        },
        {
            "start": 841754720,
            "stop": 841755910
        },
        {
            "start": 841756854,
            "stop": 841759127
        },
        {
            "start": 841759235,
            "stop": 841760263
        },
        {
            "start": 841760264,
            "stop": 841761663
        },
        {
            "start": 841761664,
            "stop": 841761899
        },
        {
            "start": 841762715,
            "stop": 841763943
        }
    ]
}