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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=994",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=992",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 993,
    "results": [
        {
            "start": 1251832186,
            "stop": 1251832215
        },
        {
            "start": 1251832220,
            "stop": 1251832259
        },
        {
            "start": 1251832265,
            "stop": 1251832363
        },
        {
            "start": 1251832368,
            "stop": 1251832461
        },
        {
            "start": 1251832466,
            "stop": 1251832492
        },
        {
            "start": 1251832497,
            "stop": 1251832676
        },
        {
            "start": 1251832684,
            "stop": 1251832848
        },
        {
            "start": 1251832852,
            "stop": 1251833024
        },
        {
            "start": 1251833029,
            "stop": 1251833233
        },
        {
            "start": 1251833238,
            "stop": 1251833298
        },
        {
            "start": 1251833301,
            "stop": 1251833304
        },
        {
            "start": 1251833307,
            "stop": 1251833352
        },
        {
            "start": 1251833357,
            "stop": 1251833452
        },
        {
            "start": 1251833457,
            "stop": 1251833495
        },
        {
            "start": 1251833500,
            "stop": 1251834541
        },
        {
            "start": 1251834546,
            "stop": 1251834575
        },
        {
            "start": 1251834580,
            "stop": 1251834638
        },
        {
            "start": 1251834642,
            "stop": 1251834651
        },
        {
            "start": 1251834654,
            "stop": 1251834707
        },
        {
            "start": 1251834711,
            "stop": 1251834853
        }
    ]
}