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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3228",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3229,
    "results": [
        {
            "start": 871944600,
            "stop": 871945130
        },
        {
            "start": 871945134,
            "stop": 871945429
        },
        {
            "start": 871945432,
            "stop": 871948560
        },
        {
            "start": 871948620,
            "stop": 871950960
        },
        {
            "start": 871951020,
            "stop": 871951027
        },
        {
            "start": 871951033,
            "stop": 871963551
        },
        {
            "start": 871963555,
            "stop": 871984560
        },
        {
            "start": 871984620,
            "stop": 871992660
        },
        {
            "start": 871992720,
            "stop": 872000434
        },
        {
            "start": 872000437,
            "stop": 872006280
        },
        {
            "start": 872006400,
            "stop": 872008140
        },
        {
            "start": 872008143,
            "stop": 872010540
        },
        {
            "start": 872010600,
            "stop": 872014319
        },
        {
            "start": 872014380,
            "stop": 872014866
        },
        {
            "start": 872017800,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019967
        },
        {
            "start": 872020025,
            "stop": 872020628
        },
        {
            "start": 872020631,
            "stop": 872020680
        },
        {
            "start": 872020740,
            "stop": 872020860
        },
        {
            "start": 872020920,
            "stop": 872021107
        }
    ]
}