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=592
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=593",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=591",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 592,
    "results": [
        {
            "start": 1262920942,
            "stop": 1262920956
        },
        {
            "start": 1262920959,
            "stop": 1262920984
        },
        {
            "start": 1262920987,
            "stop": 1262921010
        },
        {
            "start": 1262921013,
            "stop": 1262921032
        },
        {
            "start": 1262921035,
            "stop": 1262921039
        },
        {
            "start": 1262921042,
            "stop": 1262921043
        },
        {
            "start": 1262921046,
            "stop": 1262921049
        },
        {
            "start": 1262921052,
            "stop": 1262921087
        },
        {
            "start": 1262921090,
            "stop": 1262921105
        },
        {
            "start": 1262921108,
            "stop": 1262921156
        },
        {
            "start": 1262921159,
            "stop": 1262921196
        },
        {
            "start": 1262921202,
            "stop": 1262921212
        },
        {
            "start": 1262921215,
            "stop": 1262921225
        },
        {
            "start": 1262921228,
            "stop": 1262921241
        },
        {
            "start": 1262921244,
            "stop": 1262921295
        },
        {
            "start": 1262921298,
            "stop": 1262921320
        },
        {
            "start": 1262921323,
            "stop": 1262921409
        },
        {
            "start": 1262921412,
            "stop": 1262921442
        },
        {
            "start": 1262921445,
            "stop": 1262921459
        },
        {
            "start": 1262921462,
            "stop": 1262921486
        }
    ]
}