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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=138",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 139,
    "results": [
        {
            "start": 839910796,
            "stop": 839919090
        },
        {
            "start": 839919606,
            "stop": 839939329
        },
        {
            "start": 839940359,
            "stop": 839940620
        },
        {
            "start": 839940838,
            "stop": 839949657
        },
        {
            "start": 839949882,
            "stop": 839951023
        },
        {
            "start": 839951057,
            "stop": 839951250
        },
        {
            "start": 839986937,
            "stop": 840001696
        },
        {
            "start": 840005825,
            "stop": 840006898
        },
        {
            "start": 840008108,
            "stop": 840021601
        },
        {
            "start": 840022316,
            "stop": 840024894
        },
        {
            "start": 840024977,
            "stop": 840029641
        },
        {
            "start": 840034068,
            "stop": 840035505
        },
        {
            "start": 840035637,
            "stop": 840041461
        },
        {
            "start": 840095686,
            "stop": 840109554
        },
        {
            "start": 840112079,
            "stop": 840122243
        },
        {
            "start": 840122457,
            "stop": 840126919
        },
        {
            "start": 840126986,
            "stop": 840127260
        },
        {
            "start": 840137891,
            "stop": 840137914
        },
        {
            "start": 840161930,
            "stop": 840170034
        },
        {
            "start": 840171888,
            "stop": 840180148
        }
    ]
}