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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=205",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 206,
    "results": [
        {
            "start": 1240157347,
            "stop": 1240157465
        },
        {
            "start": 1240157467,
            "stop": 1240157585
        },
        {
            "start": 1240157587,
            "stop": 1240157705
        },
        {
            "start": 1240157707,
            "stop": 1240157825
        },
        {
            "start": 1240157827,
            "stop": 1240157945
        },
        {
            "start": 1240157947,
            "stop": 1240158065
        },
        {
            "start": 1240158067,
            "stop": 1240158185
        },
        {
            "start": 1240158187,
            "stop": 1240158305
        },
        {
            "start": 1240158307,
            "stop": 1240158425
        },
        {
            "start": 1240158427,
            "stop": 1240158545
        },
        {
            "start": 1240158547,
            "stop": 1240158665
        },
        {
            "start": 1240158667,
            "stop": 1240158785
        },
        {
            "start": 1240158787,
            "stop": 1240158905
        },
        {
            "start": 1240158907,
            "stop": 1240159025
        },
        {
            "start": 1240159027,
            "stop": 1240159145
        },
        {
            "start": 1240159147,
            "stop": 1240159265
        },
        {
            "start": 1240159267,
            "stop": 1240159385
        },
        {
            "start": 1240159387,
            "stop": 1240159505
        },
        {
            "start": 1240159507,
            "stop": 1240159625
        },
        {
            "start": 1240159627,
            "stop": 1240159745
        }
    ]
}