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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=269",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 270,
    "results": [
        {
            "start": 934223148,
            "stop": 934223369
        },
        {
            "start": 934223429,
            "stop": 934223976
        },
        {
            "start": 934223978,
            "stop": 934224243
        },
        {
            "start": 934230874,
            "stop": 934230880
        },
        {
            "start": 934230885,
            "stop": 934231402
        },
        {
            "start": 934231404,
            "stop": 934231425
        },
        {
            "start": 934231427,
            "stop": 934231433
        },
        {
            "start": 934231436,
            "stop": 934231831
        },
        {
            "start": 934231834,
            "stop": 934231899
        },
        {
            "start": 934231901,
            "stop": 934232010
        },
        {
            "start": 934232013,
            "stop": 934232069
        },
        {
            "start": 934232129,
            "stop": 934232415
        },
        {
            "start": 934232655,
            "stop": 934232808
        },
        {
            "start": 934232810,
            "stop": 934232877
        },
        {
            "start": 934232882,
            "stop": 934232944
        },
        {
            "start": 934232947,
            "stop": 934233067
        },
        {
            "start": 934233069,
            "stop": 934233294
        },
        {
            "start": 934233296,
            "stop": 934233312
        },
        {
            "start": 934233316,
            "stop": 934233323
        },
        {
            "start": 934233389,
            "stop": 934233392
        }
    ]
}