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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9035",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9036,
    "results": [
        {
            "start": 874223001,
            "stop": 874223037
        },
        {
            "start": 874223077,
            "stop": 874223184
        },
        {
            "start": 874223201,
            "stop": 874223278
        },
        {
            "start": 874223298,
            "stop": 874223318
        },
        {
            "start": 874223338,
            "stop": 874223348
        },
        {
            "start": 874223424,
            "stop": 874223493
        },
        {
            "start": 874223512,
            "stop": 874223616
        },
        {
            "start": 874223633,
            "stop": 874223722
        },
        {
            "start": 874223741,
            "stop": 874223831
        },
        {
            "start": 874223850,
            "stop": 874223917
        },
        {
            "start": 874223943,
            "stop": 874223955
        },
        {
            "start": 874223975,
            "stop": 874223982
        },
        {
            "start": 874224008,
            "stop": 874224121
        },
        {
            "start": 874224145,
            "stop": 874224148
        },
        {
            "start": 874224167,
            "stop": 874224227
        },
        {
            "start": 874224309,
            "stop": 874224315
        },
        {
            "start": 874224344,
            "stop": 874224405
        },
        {
            "start": 874224426,
            "stop": 874224432
        },
        {
            "start": 874224451,
            "stop": 874224470
        },
        {
            "start": 874224539,
            "stop": 874224589
        }
    ]
}