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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=281",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 282,
    "results": [
        {
            "start": 1240131787,
            "stop": 1240131906
        },
        {
            "start": 1240131907,
            "stop": 1240132026
        },
        {
            "start": 1240132027,
            "stop": 1240132139
        },
        {
            "start": 1240132144,
            "stop": 1240132146
        },
        {
            "start": 1240132147,
            "stop": 1240132266
        },
        {
            "start": 1240132267,
            "stop": 1240132386
        },
        {
            "start": 1240132387,
            "stop": 1240132506
        },
        {
            "start": 1240132507,
            "stop": 1240132626
        },
        {
            "start": 1240132627,
            "stop": 1240132722
        },
        {
            "start": 1240132729,
            "stop": 1240132744
        },
        {
            "start": 1240132747,
            "stop": 1240132777
        },
        {
            "start": 1240132782,
            "stop": 1240132833
        },
        {
            "start": 1240132845,
            "stop": 1240132866
        },
        {
            "start": 1240132867,
            "stop": 1240132986
        },
        {
            "start": 1240132987,
            "stop": 1240133106
        },
        {
            "start": 1240133107,
            "stop": 1240133226
        },
        {
            "start": 1240133227,
            "stop": 1240133273
        },
        {
            "start": 1240133277,
            "stop": 1240133310
        },
        {
            "start": 1240133313,
            "stop": 1240133346
        },
        {
            "start": 1240133347,
            "stop": 1240133368
        }
    ]
}