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=785
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=786",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=784",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 785,
    "results": [
        {
            "start": 1249771146,
            "stop": 1249771197
        },
        {
            "start": 1249771202,
            "stop": 1249771207
        },
        {
            "start": 1249771209,
            "stop": 1249771238
        },
        {
            "start": 1249771243,
            "stop": 1249771244
        },
        {
            "start": 1249771246,
            "stop": 1249771258
        },
        {
            "start": 1249771259,
            "stop": 1249771312
        },
        {
            "start": 1249771314,
            "stop": 1249771342
        },
        {
            "start": 1249771347,
            "stop": 1249771352
        },
        {
            "start": 1249771356,
            "stop": 1249771358
        },
        {
            "start": 1249771363,
            "stop": 1249771378
        },
        {
            "start": 1249771379,
            "stop": 1249771384
        },
        {
            "start": 1249771385,
            "stop": 1249771400
        },
        {
            "start": 1249771403,
            "stop": 1249771413
        },
        {
            "start": 1249771418,
            "stop": 1249771434
        },
        {
            "start": 1249771435,
            "stop": 1249771441
        },
        {
            "start": 1249771442,
            "stop": 1249771461
        },
        {
            "start": 1249771463,
            "stop": 1249771495
        },
        {
            "start": 1249771497,
            "stop": 1249771524
        },
        {
            "start": 1249771526,
            "stop": 1249771530
        },
        {
            "start": 1249771532,
            "stop": 1249771602
        }
    ]
}