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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46645",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46646,
    "results": [
        {
            "start": 875021913,
            "stop": 875021914
        },
        {
            "start": 875021916,
            "stop": 875021938
        },
        {
            "start": 875021939,
            "stop": 875021941
        },
        {
            "start": 875021956,
            "stop": 875021965
        },
        {
            "start": 875021970,
            "stop": 875021987
        },
        {
            "start": 875021990,
            "stop": 875021995
        },
        {
            "start": 875021996,
            "stop": 875022008
        },
        {
            "start": 875022010,
            "stop": 875022023
        },
        {
            "start": 875022024,
            "stop": 875022028
        },
        {
            "start": 875022033,
            "stop": 875022035
        },
        {
            "start": 875022038,
            "stop": 875022040
        },
        {
            "start": 875022041,
            "stop": 875022055
        },
        {
            "start": 875022056,
            "stop": 875022057
        },
        {
            "start": 875022061,
            "stop": 875022073
        },
        {
            "start": 875022075,
            "stop": 875022077
        },
        {
            "start": 875022079,
            "stop": 875022081
        },
        {
            "start": 875022082,
            "stop": 875022097
        },
        {
            "start": 875022098,
            "stop": 875022105
        },
        {
            "start": 875022109,
            "stop": 875022110
        },
        {
            "start": 875022119,
            "stop": 875022121
        }
    ]
}