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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=206",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 207,
    "results": [
        {
            "start": 1240159747,
            "stop": 1240159865
        },
        {
            "start": 1240159867,
            "stop": 1240159985
        },
        {
            "start": 1240159987,
            "stop": 1240160105
        },
        {
            "start": 1240160107,
            "stop": 1240160225
        },
        {
            "start": 1240160227,
            "stop": 1240160345
        },
        {
            "start": 1240160347,
            "stop": 1240160465
        },
        {
            "start": 1240160467,
            "stop": 1240160585
        },
        {
            "start": 1240160587,
            "stop": 1240160705
        },
        {
            "start": 1240160707,
            "stop": 1240160825
        },
        {
            "start": 1240160827,
            "stop": 1240160945
        },
        {
            "start": 1240160947,
            "stop": 1240161065
        },
        {
            "start": 1240161067,
            "stop": 1240161185
        },
        {
            "start": 1240161187,
            "stop": 1240161305
        },
        {
            "start": 1240161307,
            "stop": 1240161425
        },
        {
            "start": 1240161427,
            "stop": 1240161545
        },
        {
            "start": 1240161547,
            "stop": 1240161665
        },
        {
            "start": 1240161667,
            "stop": 1240161785
        },
        {
            "start": 1240161787,
            "stop": 1240161905
        },
        {
            "start": 1240161907,
            "stop": 1240162025
        },
        {
            "start": 1240162027,
            "stop": 1240162145
        }
    ]
}