Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=299",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 300,
    "results": [
        {
            "start": 1240168387,
            "stop": 1240168505
        },
        {
            "start": 1240168507,
            "stop": 1240168625
        },
        {
            "start": 1240168627,
            "stop": 1240168725
        },
        {
            "start": 1240168727,
            "stop": 1240168865
        },
        {
            "start": 1240168867,
            "stop": 1240168985
        },
        {
            "start": 1240168987,
            "stop": 1240169105
        },
        {
            "start": 1240169107,
            "stop": 1240169225
        },
        {
            "start": 1240169227,
            "stop": 1240169345
        },
        {
            "start": 1240169347,
            "stop": 1240169407
        },
        {
            "start": 1240169412,
            "stop": 1240169465
        },
        {
            "start": 1240169467,
            "stop": 1240169585
        },
        {
            "start": 1240169587,
            "stop": 1240169705
        },
        {
            "start": 1240169707,
            "stop": 1240169825
        },
        {
            "start": 1240169827,
            "stop": 1240169945
        },
        {
            "start": 1240169947,
            "stop": 1240170065
        },
        {
            "start": 1240170067,
            "stop": 1240170185
        },
        {
            "start": 1240170187,
            "stop": 1240170305
        },
        {
            "start": 1240170307,
            "stop": 1240170425
        },
        {
            "start": 1240170427,
            "stop": 1240170481
        },
        {
            "start": 1240170486,
            "stop": 1240170545
        }
    ]
}