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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=273",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 274,
    "results": [
        {
            "start": 966156078,
            "stop": 966156112
        },
        {
            "start": 966156114,
            "stop": 966156182
        },
        {
            "start": 966156185,
            "stop": 966156189
        },
        {
            "start": 966156194,
            "stop": 966156244
        },
        {
            "start": 966156247,
            "stop": 966156289
        },
        {
            "start": 966156292,
            "stop": 966184796
        },
        {
            "start": 966194457,
            "stop": 966196138
        },
        {
            "start": 966198259,
            "stop": 966206191
        },
        {
            "start": 966206194,
            "stop": 966208709
        },
        {
            "start": 966208717,
            "stop": 966210940
        },
        {
            "start": 966210952,
            "stop": 966216644
        },
        {
            "start": 966217200,
            "stop": 966286756
        },
        {
            "start": 966305401,
            "stop": 966308303
        },
        {
            "start": 966311909,
            "stop": 966311938
        },
        {
            "start": 966311945,
            "stop": 966311947
        },
        {
            "start": 966311950,
            "stop": 966311995
        },
        {
            "start": 966311998,
            "stop": 966312337
        },
        {
            "start": 966312339,
            "stop": 966312366
        },
        {
            "start": 966312382,
            "stop": 966312387
        },
        {
            "start": 966312390,
            "stop": 966312501
        }
    ]
}