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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=357",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 358,
    "results": [
        {
            "start": 1260806775,
            "stop": 1260807706
        },
        {
            "start": 1260807709,
            "stop": 1260808291
        },
        {
            "start": 1260808293,
            "stop": 1260809704
        },
        {
            "start": 1260809707,
            "stop": 1260810519
        },
        {
            "start": 1260810522,
            "stop": 1260810850
        },
        {
            "start": 1260810853,
            "stop": 1260811422
        },
        {
            "start": 1260811425,
            "stop": 1260813771
        },
        {
            "start": 1260813774,
            "stop": 1260814197
        },
        {
            "start": 1260814200,
            "stop": 1260815748
        },
        {
            "start": 1260815751,
            "stop": 1260817044
        },
        {
            "start": 1260817046,
            "stop": 1260817209
        },
        {
            "start": 1260817212,
            "stop": 1260817235
        },
        {
            "start": 1260817238,
            "stop": 1260819610
        },
        {
            "start": 1260819612,
            "stop": 1260819827
        },
        {
            "start": 1260819830,
            "stop": 1260819832
        },
        {
            "start": 1260819833,
            "stop": 1260819853
        },
        {
            "start": 1260819856,
            "stop": 1260819888
        },
        {
            "start": 1260819890,
            "stop": 1260819979
        },
        {
            "start": 1260819982,
            "stop": 1260819999
        },
        {
            "start": 1260820000,
            "stop": 1260820639
        }
    ]
}