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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 241,
    "results": [
        {
            "start": 1239980307,
            "stop": 1239980409
        },
        {
            "start": 1239980410,
            "stop": 1239980487
        },
        {
            "start": 1239982548,
            "stop": 1239982569
        },
        {
            "start": 1239982570,
            "stop": 1239982689
        },
        {
            "start": 1239982690,
            "stop": 1239982809
        },
        {
            "start": 1239982810,
            "stop": 1239982827
        },
        {
            "start": 1239982831,
            "stop": 1239982929
        },
        {
            "start": 1239982930,
            "stop": 1239983049
        },
        {
            "start": 1239983050,
            "stop": 1239983169
        },
        {
            "start": 1239983170,
            "stop": 1239983289
        },
        {
            "start": 1239983290,
            "stop": 1239983409
        },
        {
            "start": 1239983410,
            "stop": 1239983529
        },
        {
            "start": 1239983530,
            "stop": 1239983649
        },
        {
            "start": 1239983650,
            "stop": 1239983769
        },
        {
            "start": 1239983770,
            "stop": 1239983889
        },
        {
            "start": 1239983890,
            "stop": 1239984009
        },
        {
            "start": 1239984010,
            "stop": 1239984129
        },
        {
            "start": 1239984130,
            "stop": 1239984249
        },
        {
            "start": 1239984250,
            "stop": 1239984369
        },
        {
            "start": 1239984370,
            "stop": 1239984489
        }
    ]
}