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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=670",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 671,
    "results": [
        {
            "start": 851410520,
            "stop": 851428178
        },
        {
            "start": 851428193,
            "stop": 851464213
        },
        {
            "start": 851468405,
            "stop": 851472560
        },
        {
            "start": 851472565,
            "stop": 851472566
        },
        {
            "start": 851472573,
            "stop": 851472608
        },
        {
            "start": 851472611,
            "stop": 851513353
        },
        {
            "start": 851515688,
            "stop": 851519953
        },
        {
            "start": 851521894,
            "stop": 851522113
        },
        {
            "start": 851522744,
            "stop": 851551632
        },
        {
            "start": 851551649,
            "stop": 851554529
        },
        {
            "start": 851554532,
            "stop": 851626602
        },
        {
            "start": 851626604,
            "stop": 851632317
        },
        {
            "start": 851632324,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851645617
        },
        {
            "start": 851645647,
            "stop": 851646538
        },
        {
            "start": 851647256,
            "stop": 851660161
        },
        {
            "start": 851663480,
            "stop": 851665959
        },
        {
            "start": 851669590,
            "stop": 851670368
        },
        {
            "start": 851671008,
            "stop": 851674084
        },
        {
            "start": 851677733,
            "stop": 851680071
        }
    ]
}