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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 93,
    "results": [
        {
            "start": 819798631,
            "stop": 819798738
        },
        {
            "start": 819798741,
            "stop": 819798901
        },
        {
            "start": 819798904,
            "stop": 819799360
        },
        {
            "start": 819799364,
            "stop": 819799444
        },
        {
            "start": 819799447,
            "stop": 819799450
        },
        {
            "start": 819799453,
            "stop": 819800046
        },
        {
            "start": 819800050,
            "stop": 819800304
        },
        {
            "start": 819800307,
            "stop": 819800391
        },
        {
            "start": 819800394,
            "stop": 819800601
        },
        {
            "start": 819800604,
            "stop": 819801058
        },
        {
            "start": 819801061,
            "stop": 819801245
        },
        {
            "start": 819801248,
            "stop": 819801692
        },
        {
            "start": 819801695,
            "stop": 819801852
        },
        {
            "start": 819801855,
            "stop": 819801879
        },
        {
            "start": 819803753,
            "stop": 819804760
        },
        {
            "start": 819804763,
            "stop": 819806727
        },
        {
            "start": 819806730,
            "stop": 819806784
        },
        {
            "start": 819806787,
            "stop": 819807332
        },
        {
            "start": 819807336,
            "stop": 819807962
        },
        {
            "start": 819807966,
            "stop": 819808475
        }
    ]
}