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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8741",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8742,
    "results": [
        {
            "start": 872986320,
            "stop": 872986390
        },
        {
            "start": 872986510,
            "stop": 872986680
        },
        {
            "start": 872986740,
            "stop": 872986789
        },
        {
            "start": 872986813,
            "stop": 872986828
        },
        {
            "start": 872986948,
            "stop": 872987093
        },
        {
            "start": 872987112,
            "stop": 872987308
        },
        {
            "start": 872987428,
            "stop": 872987510
        },
        {
            "start": 872987650,
            "stop": 872987789
        },
        {
            "start": 872987806,
            "stop": 872988021
        },
        {
            "start": 872988043,
            "stop": 872988047
        },
        {
            "start": 872988077,
            "stop": 872988080
        },
        {
            "start": 872988097,
            "stop": 872988197
        },
        {
            "start": 872988214,
            "stop": 872988304
        },
        {
            "start": 872988334,
            "stop": 872988524
        },
        {
            "start": 872988541,
            "stop": 872988838
        },
        {
            "start": 872988855,
            "stop": 872988881
        },
        {
            "start": 872988898,
            "stop": 872988914
        },
        {
            "start": 872988931,
            "stop": 872989261
        },
        {
            "start": 872989278,
            "stop": 872989401
        },
        {
            "start": 872989418,
            "stop": 872990433
        }
    ]
}