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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 287,
    "results": [
        {
            "start": 1240139107,
            "stop": 1240139226
        },
        {
            "start": 1240139227,
            "stop": 1240139346
        },
        {
            "start": 1240139347,
            "stop": 1240139466
        },
        {
            "start": 1240139467,
            "stop": 1240139586
        },
        {
            "start": 1240139587,
            "stop": 1240139706
        },
        {
            "start": 1240139707,
            "stop": 1240139826
        },
        {
            "start": 1240139827,
            "stop": 1240139946
        },
        {
            "start": 1240139947,
            "stop": 1240140066
        },
        {
            "start": 1240140067,
            "stop": 1240140186
        },
        {
            "start": 1240140187,
            "stop": 1240140306
        },
        {
            "start": 1240140307,
            "stop": 1240140426
        },
        {
            "start": 1240140427,
            "stop": 1240140546
        },
        {
            "start": 1240140547,
            "stop": 1240140666
        },
        {
            "start": 1240140667,
            "stop": 1240140786
        },
        {
            "start": 1240140787,
            "stop": 1240140906
        },
        {
            "start": 1240140907,
            "stop": 1240141026
        },
        {
            "start": 1240141027,
            "stop": 1240141146
        },
        {
            "start": 1240141147,
            "stop": 1240141266
        },
        {
            "start": 1240141267,
            "stop": 1240141366
        },
        {
            "start": 1240141367,
            "stop": 1240141506
        }
    ]
}