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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 41,
    "results": [
        {
            "start": 817249048,
            "stop": 817249305
        },
        {
            "start": 817249308,
            "stop": 817249457
        },
        {
            "start": 817249460,
            "stop": 817249672
        },
        {
            "start": 817249675,
            "stop": 817249677
        },
        {
            "start": 817249680,
            "stop": 817249728
        },
        {
            "start": 817249732,
            "stop": 817249786
        },
        {
            "start": 817249790,
            "stop": 817249846
        },
        {
            "start": 817249849,
            "stop": 817249910
        },
        {
            "start": 817249914,
            "stop": 817250461
        },
        {
            "start": 817250464,
            "stop": 817250540
        },
        {
            "start": 817250543,
            "stop": 817251235
        },
        {
            "start": 817251238,
            "stop": 817251345
        },
        {
            "start": 817251350,
            "stop": 817251360
        },
        {
            "start": 817251420,
            "stop": 817251604
        },
        {
            "start": 817251607,
            "stop": 817251873
        },
        {
            "start": 817251876,
            "stop": 817251964
        },
        {
            "start": 817251967,
            "stop": 817251975
        },
        {
            "start": 817251978,
            "stop": 817252203
        },
        {
            "start": 817252206,
            "stop": 817252293
        },
        {
            "start": 817252297,
            "stop": 817252338
        }
    ]
}