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=1001
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=1002",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1000",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1001,
    "results": [
        {
            "start": 1251899883,
            "stop": 1251900958
        },
        {
            "start": 1251900962,
            "stop": 1251901372
        },
        {
            "start": 1251901375,
            "stop": 1251901472
        },
        {
            "start": 1251901475,
            "stop": 1251901488
        },
        {
            "start": 1251901490,
            "stop": 1251901619
        },
        {
            "start": 1251901623,
            "stop": 1251902002
        },
        {
            "start": 1251902006,
            "stop": 1251902829
        },
        {
            "start": 1251902833,
            "stop": 1251902838
        },
        {
            "start": 1251902843,
            "stop": 1251902846
        },
        {
            "start": 1251902851,
            "stop": 1251903142
        },
        {
            "start": 1251903147,
            "stop": 1251903353
        },
        {
            "start": 1251903356,
            "stop": 1251904416
        },
        {
            "start": 1251904420,
            "stop": 1251905472
        },
        {
            "start": 1251905477,
            "stop": 1251907194
        },
        {
            "start": 1251907198,
            "stop": 1251908559
        },
        {
            "start": 1251908562,
            "stop": 1251908571
        },
        {
            "start": 1251908575,
            "stop": 1251909294
        },
        {
            "start": 1251909299,
            "stop": 1251909774
        },
        {
            "start": 1251909777,
            "stop": 1251910305
        },
        {
            "start": 1251910309,
            "stop": 1251910663
        }
    ]
}