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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 8,
    "results": [
        {
            "start": 1238179443,
            "stop": 1238179461
        },
        {
            "start": 1238179463,
            "stop": 1238179466
        },
        {
            "start": 1238179470,
            "stop": 1238179471
        },
        {
            "start": 1238179473,
            "stop": 1238179476
        },
        {
            "start": 1238179481,
            "stop": 1238179509
        },
        {
            "start": 1238179511,
            "stop": 1238179517
        },
        {
            "start": 1238179519,
            "stop": 1238179532
        },
        {
            "start": 1238179533,
            "stop": 1238179537
        },
        {
            "start": 1238179540,
            "stop": 1238179543
        },
        {
            "start": 1238179545,
            "stop": 1238179549
        },
        {
            "start": 1238179551,
            "stop": 1238179555
        },
        {
            "start": 1238179557,
            "stop": 1238179560
        },
        {
            "start": 1238179562,
            "stop": 1238179568
        },
        {
            "start": 1238179570,
            "stop": 1238179572
        },
        {
            "start": 1238179573,
            "stop": 1238179575
        },
        {
            "start": 1238179579,
            "stop": 1238179585
        },
        {
            "start": 1238179592,
            "stop": 1238179594
        },
        {
            "start": 1238179601,
            "stop": 1238179603
        },
        {
            "start": 1238179610,
            "stop": 1238179614
        },
        {
            "start": 1238179618,
            "stop": 1238179621
        }
    ]
}