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=746
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=747",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=745",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 746,
    "results": [
        {
            "start": 1249050087,
            "stop": 1249050088
        },
        {
            "start": 1249050095,
            "stop": 1249050115
        },
        {
            "start": 1249050122,
            "stop": 1249050125
        },
        {
            "start": 1249050126,
            "stop": 1249050130
        },
        {
            "start": 1249050135,
            "stop": 1249050140
        },
        {
            "start": 1249050141,
            "stop": 1249050175
        },
        {
            "start": 1249050177,
            "stop": 1249050187
        },
        {
            "start": 1249050193,
            "stop": 1249050212
        },
        {
            "start": 1249050215,
            "stop": 1249050217
        },
        {
            "start": 1249050222,
            "stop": 1249050223
        },
        {
            "start": 1249050224,
            "stop": 1249050225
        },
        {
            "start": 1249050226,
            "stop": 1249050227
        },
        {
            "start": 1249050239,
            "stop": 1249050241
        },
        {
            "start": 1249050243,
            "stop": 1249050542
        },
        {
            "start": 1249050546,
            "stop": 1249050547
        },
        {
            "start": 1249050548,
            "stop": 1249050549
        },
        {
            "start": 1249050553,
            "stop": 1249050557
        },
        {
            "start": 1249050562,
            "stop": 1249050571
        },
        {
            "start": 1249050575,
            "stop": 1249050589
        },
        {
            "start": 1249050593,
            "stop": 1249050605
        }
    ]
}