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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=179",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 180,
    "results": [
        {
            "start": 839951248,
            "stop": 839951250
        },
        {
            "start": 839986937,
            "stop": 840001666
        },
        {
            "start": 840005825,
            "stop": 840006853
        },
        {
            "start": 840006897,
            "stop": 840006898
        },
        {
            "start": 840008108,
            "stop": 840021553
        },
        {
            "start": 840022316,
            "stop": 840024853
        },
        {
            "start": 840024892,
            "stop": 840024894
        },
        {
            "start": 840024977,
            "stop": 840029593
        },
        {
            "start": 840029640,
            "stop": 840029641
        },
        {
            "start": 840034093,
            "stop": 840035473
        },
        {
            "start": 840035504,
            "stop": 840035505
        },
        {
            "start": 840035637,
            "stop": 840041461
        },
        {
            "start": 840095686,
            "stop": 840109554
        },
        {
            "start": 840112079,
            "stop": 840122233
        },
        {
            "start": 840122242,
            "stop": 840122243
        },
        {
            "start": 840122457,
            "stop": 840126919
        },
        {
            "start": 840126986,
            "stop": 840127260
        },
        {
            "start": 840137891,
            "stop": 840137914
        },
        {
            "start": 840161930,
            "stop": 840169993
        },
        {
            "start": 840170031,
            "stop": 840170034
        }
    ]
}