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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7135",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7136,
    "results": [
        {
            "start": 874337809,
            "stop": 874337831
        },
        {
            "start": 874337832,
            "stop": 874338044
        },
        {
            "start": 874338045,
            "stop": 874338386
        },
        {
            "start": 874338387,
            "stop": 874338545
        },
        {
            "start": 874338547,
            "stop": 874338572
        },
        {
            "start": 874338573,
            "stop": 874338610
        },
        {
            "start": 874338611,
            "stop": 874338821
        },
        {
            "start": 874338822,
            "stop": 874339081
        },
        {
            "start": 874339082,
            "stop": 874339239
        },
        {
            "start": 874339241,
            "stop": 874339284
        },
        {
            "start": 874339285,
            "stop": 874339845
        },
        {
            "start": 874339846,
            "stop": 874339856
        },
        {
            "start": 874339857,
            "stop": 874340035
        },
        {
            "start": 874340036,
            "stop": 874340050
        },
        {
            "start": 874340052,
            "stop": 874340089
        },
        {
            "start": 874340091,
            "stop": 874340244
        },
        {
            "start": 874340245,
            "stop": 874340268
        },
        {
            "start": 874340270,
            "stop": 874340332
        },
        {
            "start": 874340333,
            "stop": 874340568
        },
        {
            "start": 874340570,
            "stop": 874340669
        }
    ]
}