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=3206
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=3207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3205",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3206,
    "results": [
        {
            "start": 871073328,
            "stop": 871073332
        },
        {
            "start": 871073338,
            "stop": 871073975
        },
        {
            "start": 871073979,
            "stop": 871073987
        },
        {
            "start": 871073990,
            "stop": 871075150
        },
        {
            "start": 871075155,
            "stop": 871075724
        },
        {
            "start": 871076912,
            "stop": 871077960
        },
        {
            "start": 871078080,
            "stop": 871078120
        },
        {
            "start": 871078125,
            "stop": 871078290
        },
        {
            "start": 871078298,
            "stop": 871078315
        },
        {
            "start": 871078320,
            "stop": 871078352
        },
        {
            "start": 871078358,
            "stop": 871079100
        },
        {
            "start": 871079160,
            "stop": 871079858
        },
        {
            "start": 871079859,
            "stop": 871079877
        },
        {
            "start": 871079940,
            "stop": 871080237
        },
        {
            "start": 871080360,
            "stop": 871080480
        },
        {
            "start": 871081080,
            "stop": 871081500
        },
        {
            "start": 871081620,
            "stop": 871081877
        },
        {
            "start": 871081883,
            "stop": 871084500
        },
        {
            "start": 871084560,
            "stop": 871086267
        },
        {
            "start": 871086273,
            "stop": 871088357
        }
    ]
}