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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=94",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 95,
    "results": [
        {
            "start": 817995720,
            "stop": 817996197
        },
        {
            "start": 817996317,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818000220
        },
        {
            "start": 818000280,
            "stop": 818000400
        },
        {
            "start": 818000460,
            "stop": 818003276
        },
        {
            "start": 818003293,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818005920
        },
        {
            "start": 818005980,
            "stop": 818006220
        },
        {
            "start": 818006460,
            "stop": 818006465
        },
        {
            "start": 818006754,
            "stop": 818006994
        },
        {
            "start": 818007060,
            "stop": 818007120
        },
        {
            "start": 818007180,
            "stop": 818007660
        },
        {
            "start": 818007720,
            "stop": 818007780
        },
        {
            "start": 818007900,
            "stop": 818008140
        },
        {
            "start": 818008200,
            "stop": 818008260
        },
        {
            "start": 818008380,
            "stop": 818008501
        },
        {
            "start": 818008621,
            "stop": 818009231
        },
        {
            "start": 818009248,
            "stop": 818009460
        }
    ]
}