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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=157",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 158,
    "results": [
        {
            "start": 831631877,
            "stop": 831669133
        },
        {
            "start": 831670249,
            "stop": 831673873
        },
        {
            "start": 831673907,
            "stop": 831673908
        },
        {
            "start": 831674236,
            "stop": 831688923
        },
        {
            "start": 831689678,
            "stop": 831696537
        },
        {
            "start": 831697021,
            "stop": 831699368
        },
        {
            "start": 831700731,
            "stop": 831705254
        },
        {
            "start": 831708123,
            "stop": 831747193
        },
        {
            "start": 831748416,
            "stop": 831765177
        },
        {
            "start": 831766832,
            "stop": 831790813
        },
        {
            "start": 831791757,
            "stop": 831811933
        },
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848884
        },
        {
            "start": 831849823,
            "stop": 831850393
        },
        {
            "start": 831852678,
            "stop": 831860533
        },
        {
            "start": 831860542,
            "stop": 831860544
        },
        {
            "start": 831860609,
            "stop": 831871093
        },
        {
            "start": 831871144,
            "stop": 831871146
        },
        {
            "start": 831873460,
            "stop": 831911413
        },
        {
            "start": 831913030,
            "stop": 831923458
        }
    ]
}