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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=85",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 86,
    "results": [
        {
            "start": 817730835,
            "stop": 817735679
        },
        {
            "start": 817735696,
            "stop": 817736334
        },
        {
            "start": 817736352,
            "stop": 817736820
        },
        {
            "start": 817736886,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753133
        },
        {
            "start": 817757952,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817760992
        },
        {
            "start": 817761024,
            "stop": 817764606
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817769832
        },
        {
            "start": 817769849,
            "stop": 817770677
        },
        {
            "start": 817774855,
            "stop": 817774980
        },
        {
            "start": 817775040,
            "stop": 817777546
        },
        {
            "start": 817777666,
            "stop": 817777762
        },
        {
            "start": 817777882,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781290
        },
        {
            "start": 817781410,
            "stop": 817781536
        },
        {
            "start": 817781656,
            "stop": 817781790
        },
        {
            "start": 817783810,
            "stop": 817785124
        },
        {
            "start": 817785244,
            "stop": 817788028
        }
    ]
}