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=745
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=746",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=744",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 745,
    "results": [
        {
            "start": 1249048857,
            "stop": 1249048862
        },
        {
            "start": 1249048863,
            "stop": 1249048864
        },
        {
            "start": 1249048866,
            "stop": 1249048874
        },
        {
            "start": 1249048876,
            "stop": 1249048892
        },
        {
            "start": 1249048895,
            "stop": 1249048899
        },
        {
            "start": 1249048902,
            "stop": 1249049343
        },
        {
            "start": 1249049348,
            "stop": 1249049374
        },
        {
            "start": 1249049378,
            "stop": 1249049821
        },
        {
            "start": 1249049827,
            "stop": 1249049833
        },
        {
            "start": 1249049838,
            "stop": 1249049839
        },
        {
            "start": 1249049843,
            "stop": 1249049844
        },
        {
            "start": 1249049850,
            "stop": 1249049851
        },
        {
            "start": 1249049854,
            "stop": 1249049874
        },
        {
            "start": 1249049878,
            "stop": 1249049902
        },
        {
            "start": 1249049909,
            "stop": 1249049912
        },
        {
            "start": 1249049917,
            "stop": 1249049922
        },
        {
            "start": 1249049925,
            "stop": 1249050043
        },
        {
            "start": 1249050050,
            "stop": 1249050052
        },
        {
            "start": 1249050054,
            "stop": 1249050075
        },
        {
            "start": 1249050081,
            "stop": 1249050083
        }
    ]
}