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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 22,
    "results": [
        {
            "start": 1238370143,
            "stop": 1238370146
        },
        {
            "start": 1238370148,
            "stop": 1238370218
        },
        {
            "start": 1238370221,
            "stop": 1238370429
        },
        {
            "start": 1238370432,
            "stop": 1238370449
        },
        {
            "start": 1238370452,
            "stop": 1238370470
        },
        {
            "start": 1238370471,
            "stop": 1238370472
        },
        {
            "start": 1238370473,
            "stop": 1238370625
        },
        {
            "start": 1238370626,
            "stop": 1238370631
        },
        {
            "start": 1238370632,
            "stop": 1238370887
        },
        {
            "start": 1238370888,
            "stop": 1238370890
        },
        {
            "start": 1238370891,
            "stop": 1238370904
        },
        {
            "start": 1238370907,
            "stop": 1238370999
        },
        {
            "start": 1238371000,
            "stop": 1238371001
        },
        {
            "start": 1238371003,
            "stop": 1238371032
        },
        {
            "start": 1238371035,
            "stop": 1238371096
        },
        {
            "start": 1238371099,
            "stop": 1238371290
        },
        {
            "start": 1238371291,
            "stop": 1238371292
        },
        {
            "start": 1238371293,
            "stop": 1238371344
        },
        {
            "start": 1238371345,
            "stop": 1238371352
        },
        {
            "start": 1238371353,
            "stop": 1238371451
        }
    ]
}