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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7878",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7876",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7877,
    "results": [
        {
            "start": 969896087,
            "stop": 969896111
        },
        {
            "start": 969896114,
            "stop": 969896164
        },
        {
            "start": 969896185,
            "stop": 969896197
        },
        {
            "start": 969896213,
            "stop": 969896232
        },
        {
            "start": 969896243,
            "stop": 969896245
        },
        {
            "start": 969896256,
            "stop": 969896258
        },
        {
            "start": 969896264,
            "stop": 969896293
        },
        {
            "start": 969896296,
            "stop": 969897211
        },
        {
            "start": 969897214,
            "stop": 969897277
        },
        {
            "start": 969897280,
            "stop": 969897382
        },
        {
            "start": 969897385,
            "stop": 969897444
        },
        {
            "start": 969897448,
            "stop": 969897449
        },
        {
            "start": 969897455,
            "stop": 969897465
        },
        {
            "start": 969897469,
            "stop": 969897475
        },
        {
            "start": 969897481,
            "stop": 969897490
        },
        {
            "start": 969897501,
            "stop": 969897505
        },
        {
            "start": 969897516,
            "stop": 969897541
        },
        {
            "start": 969897544,
            "stop": 969897604
        },
        {
            "start": 969897607,
            "stop": 969897651
        },
        {
            "start": 969897677,
            "stop": 969897683
        }
    ]
}