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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=539",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 540,
    "results": [
        {
            "start": 1262804689,
            "stop": 1262804690
        },
        {
            "start": 1262804693,
            "stop": 1262804750
        },
        {
            "start": 1262804753,
            "stop": 1262804765
        },
        {
            "start": 1262804771,
            "stop": 1262804827
        },
        {
            "start": 1262804830,
            "stop": 1262804836
        },
        {
            "start": 1262804842,
            "stop": 1262804919
        },
        {
            "start": 1262804922,
            "stop": 1262804932
        },
        {
            "start": 1262804935,
            "stop": 1262804943
        },
        {
            "start": 1262804946,
            "stop": 1262804951
        },
        {
            "start": 1262804954,
            "stop": 1262804983
        },
        {
            "start": 1262804986,
            "stop": 1262804987
        },
        {
            "start": 1262804990,
            "stop": 1262804991
        },
        {
            "start": 1262804994,
            "stop": 1262805018
        },
        {
            "start": 1262805021,
            "stop": 1262805022
        },
        {
            "start": 1262805025,
            "stop": 1262805048
        },
        {
            "start": 1262805051,
            "stop": 1262805116
        },
        {
            "start": 1262805119,
            "stop": 1262805134
        },
        {
            "start": 1262805137,
            "stop": 1262805197
        },
        {
            "start": 1262805200,
            "stop": 1262805270
        },
        {
            "start": 1262805273,
            "stop": 1262805318
        }
    ]
}