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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=357",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 358,
    "results": [
        {
            "start": 829345922,
            "stop": 829345924
        },
        {
            "start": 829345928,
            "stop": 829345930
        },
        {
            "start": 829345933,
            "stop": 829345940
        },
        {
            "start": 829345943,
            "stop": 829345953
        },
        {
            "start": 829345957,
            "stop": 829345966
        },
        {
            "start": 829345968,
            "stop": 829345970
        },
        {
            "start": 829345973,
            "stop": 829345979
        },
        {
            "start": 829345981,
            "stop": 829345982
        },
        {
            "start": 829345985,
            "stop": 829345987
        },
        {
            "start": 829345989,
            "stop": 829346001
        },
        {
            "start": 829346003,
            "stop": 829346005
        },
        {
            "start": 829346008,
            "stop": 829346010
        },
        {
            "start": 829346012,
            "stop": 829346015
        },
        {
            "start": 829346017,
            "stop": 829346021
        },
        {
            "start": 829346031,
            "stop": 829346036
        },
        {
            "start": 829346038,
            "stop": 829346041
        },
        {
            "start": 829346043,
            "stop": 829346044
        },
        {
            "start": 829346046,
            "stop": 829346047
        },
        {
            "start": 829346051,
            "stop": 829346054
        },
        {
            "start": 829346059,
            "stop": 829346069
        }
    ]
}