Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=550
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=549",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 550,
    "results": [
        {
            "start": 832110884,
            "stop": 832111395
        },
        {
            "start": 832111400,
            "stop": 832111409
        },
        {
            "start": 832112489,
            "stop": 832115575
        },
        {
            "start": 832115580,
            "stop": 832116401
        },
        {
            "start": 832116407,
            "stop": 832116475
        },
        {
            "start": 832128878,
            "stop": 832140506
        },
        {
            "start": 832141752,
            "stop": 832150034
        },
        {
            "start": 832151476,
            "stop": 832161381
        },
        {
            "start": 832161387,
            "stop": 832162422
        },
        {
            "start": 832165988,
            "stop": 832175562
        },
        {
            "start": 832177573,
            "stop": 832180950
        },
        {
            "start": 832182009,
            "stop": 832197083
        },
        {
            "start": 832198226,
            "stop": 832199773
        },
        {
            "start": 832200784,
            "stop": 832205712
        },
        {
            "start": 832208232,
            "stop": 832234839
        },
        {
            "start": 832235446,
            "stop": 832255324
        },
        {
            "start": 832255329,
            "stop": 832256977
        },
        {
            "start": 832256982,
            "stop": 832257494
        },
        {
            "start": 832257499,
            "stop": 832270323
        },
        {
            "start": 832270329,
            "stop": 832272019
        }
    ]
}