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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=163",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 164,
    "results": [
        {
            "start": 833323542,
            "stop": 833323597
        },
        {
            "start": 833323606,
            "stop": 833323632
        },
        {
            "start": 833323641,
            "stop": 833324031
        },
        {
            "start": 833325059,
            "stop": 833336859
        },
        {
            "start": 833336863,
            "stop": 833337086
        },
        {
            "start": 833337090,
            "stop": 833337115
        },
        {
            "start": 833337119,
            "stop": 833337216
        },
        {
            "start": 833337220,
            "stop": 833337574
        },
        {
            "start": 833337578,
            "stop": 833393773
        },
        {
            "start": 833395014,
            "stop": 833398061
        },
        {
            "start": 833399304,
            "stop": 833412429
        },
        {
            "start": 833413588,
            "stop": 833414773
        },
        {
            "start": 833414803,
            "stop": 833414804
        },
        {
            "start": 833415299,
            "stop": 833418013
        },
        {
            "start": 833419404,
            "stop": 833425427
        },
        {
            "start": 833426521,
            "stop": 833430793
        },
        {
            "start": 833432049,
            "stop": 833433222
        },
        {
            "start": 833434393,
            "stop": 833446693
        },
        {
            "start": 833448776,
            "stop": 833451105
        },
        {
            "start": 833452239,
            "stop": 833480293
        }
    ]
}