Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=484
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=485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=483",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 484,
    "results": [
        {
            "start": 863802808,
            "stop": 863808799
        },
        {
            "start": 863808801,
            "stop": 863810567
        },
        {
            "start": 863810569,
            "stop": 863811399
        },
        {
            "start": 863811401,
            "stop": 863812265
        },
        {
            "start": 863812335,
            "stop": 863813069
        },
        {
            "start": 863813071,
            "stop": 863813234
        },
        {
            "start": 863814427,
            "stop": 863814845
        },
        {
            "start": 863815100,
            "stop": 863815855
        },
        {
            "start": 863815856,
            "stop": 863817283
        },
        {
            "start": 863818677,
            "stop": 863818688
        },
        {
            "start": 863818690,
            "stop": 863819629
        },
        {
            "start": 863820433,
            "stop": 863833680
        },
        {
            "start": 863833762,
            "stop": 863834555
        },
        {
            "start": 863834557,
            "stop": 863854693
        },
        {
            "start": 863855691,
            "stop": 863872146
        },
        {
            "start": 863872395,
            "stop": 863872531
        },
        {
            "start": 863872801,
            "stop": 863875017
        },
        {
            "start": 863875174,
            "stop": 863876214
        },
        {
            "start": 863876294,
            "stop": 863877484
        },
        {
            "start": 863903542,
            "stop": 863904191
        }
    ]
}