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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 30,
    "results": [
        {
            "start": 931169935,
            "stop": 931169977
        },
        {
            "start": 931169979,
            "stop": 931169983
        },
        {
            "start": 931169985,
            "stop": 931169990
        },
        {
            "start": 931169995,
            "stop": 931170030
        },
        {
            "start": 931170031,
            "stop": 931170059
        },
        {
            "start": 931170061,
            "stop": 931170112
        },
        {
            "start": 931170114,
            "stop": 931170139
        },
        {
            "start": 931170141,
            "stop": 931170186
        },
        {
            "start": 931170188,
            "stop": 931170236
        },
        {
            "start": 931170238,
            "stop": 931170245
        },
        {
            "start": 931170246,
            "stop": 931170250
        },
        {
            "start": 931170252,
            "stop": 931170267
        },
        {
            "start": 931170269,
            "stop": 931170291
        },
        {
            "start": 931170293,
            "stop": 931170302
        },
        {
            "start": 931170304,
            "stop": 931170307
        },
        {
            "start": 931170309,
            "stop": 931170373
        },
        {
            "start": 931170375,
            "stop": 931170411
        },
        {
            "start": 931170413,
            "stop": 931170433
        },
        {
            "start": 931170435,
            "stop": 931170436
        },
        {
            "start": 931170438,
            "stop": 931170439
        }
    ]
}