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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=241",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 242,
    "results": [
        {
            "start": 851522744,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851646538
        },
        {
            "start": 851647256,
            "stop": 851660161
        },
        {
            "start": 851663480,
            "stop": 851665959
        },
        {
            "start": 851669590,
            "stop": 851670368
        },
        {
            "start": 851671008,
            "stop": 851674084
        },
        {
            "start": 851677733,
            "stop": 851698022
        },
        {
            "start": 851699586,
            "stop": 851729468
        },
        {
            "start": 851730398,
            "stop": 851768663
        },
        {
            "start": 851768666,
            "stop": 851768692
        },
        {
            "start": 851768700,
            "stop": 851768818
        },
        {
            "start": 851768822,
            "stop": 851768941
        },
        {
            "start": 851768945,
            "stop": 851768961
        },
        {
            "start": 851768965,
            "stop": 851769045
        },
        {
            "start": 851769049,
            "stop": 851769113
        },
        {
            "start": 851769117,
            "stop": 851769167
        },
        {
            "start": 851769171,
            "stop": 851769187
        },
        {
            "start": 851769191,
            "stop": 851769221
        },
        {
            "start": 851769225,
            "stop": 851769358
        },
        {
            "start": 851769367,
            "stop": 851769407
        }
    ]
}