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/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33149
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33148",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33149,
    "results": [
        {
            "start": 970601646,
            "stop": 970601647
        },
        {
            "start": 970601648,
            "stop": 970601661
        },
        {
            "start": 970601662,
            "stop": 970601665
        },
        {
            "start": 970601667,
            "stop": 970601668
        },
        {
            "start": 970601670,
            "stop": 970601687
        },
        {
            "start": 970601898,
            "stop": 970601918
        },
        {
            "start": 970601922,
            "stop": 970601932
        },
        {
            "start": 970601935,
            "stop": 970601951
        },
        {
            "start": 970601952,
            "stop": 970601954
        },
        {
            "start": 970601957,
            "stop": 970601958
        },
        {
            "start": 970601959,
            "stop": 970601973
        },
        {
            "start": 970601975,
            "stop": 970601988
        },
        {
            "start": 970601989,
            "stop": 970601994
        },
        {
            "start": 970601995,
            "stop": 970602000
        },
        {
            "start": 970602001,
            "stop": 970602026
        },
        {
            "start": 970602028,
            "stop": 970602029
        },
        {
            "start": 970602031,
            "stop": 970602057
        },
        {
            "start": 970602058,
            "stop": 970602063
        },
        {
            "start": 970602070,
            "stop": 970602072
        },
        {
            "start": 970602074,
            "stop": 970602088
        }
    ]
}