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=777
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=778",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=776",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 777,
    "results": [
        {
            "start": 1249472843,
            "stop": 1249472893
        },
        {
            "start": 1249472901,
            "stop": 1249473598
        },
        {
            "start": 1249473602,
            "stop": 1249474178
        },
        {
            "start": 1249474182,
            "stop": 1249478835
        },
        {
            "start": 1249478843,
            "stop": 1249483918
        },
        {
            "start": 1249483921,
            "stop": 1249485737
        },
        {
            "start": 1249485741,
            "stop": 1249486761
        },
        {
            "start": 1249486765,
            "stop": 1249487607
        },
        {
            "start": 1249487611,
            "stop": 1249487668
        },
        {
            "start": 1249487672,
            "stop": 1249488641
        },
        {
            "start": 1249488645,
            "stop": 1249491937
        },
        {
            "start": 1249491940,
            "stop": 1249493125
        },
        {
            "start": 1249493130,
            "stop": 1249493682
        },
        {
            "start": 1249493690,
            "stop": 1249494339
        },
        {
            "start": 1249494343,
            "stop": 1249495225
        },
        {
            "start": 1249495227,
            "stop": 1249496044
        },
        {
            "start": 1249496048,
            "stop": 1249496307
        },
        {
            "start": 1249496312,
            "stop": 1249496878
        },
        {
            "start": 1249496883,
            "stop": 1249497087
        },
        {
            "start": 1249497199,
            "stop": 1249497359
        }
    ]
}