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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2223",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2224,
    "results": [
        {
            "start": 872978201,
            "stop": 872978252
        },
        {
            "start": 872978296,
            "stop": 872978332
        },
        {
            "start": 872978338,
            "stop": 872978369
        },
        {
            "start": 872978375,
            "stop": 872978981
        },
        {
            "start": 872978987,
            "stop": 872979574
        },
        {
            "start": 872979580,
            "stop": 872980113
        },
        {
            "start": 872980132,
            "stop": 872980138
        },
        {
            "start": 872980157,
            "stop": 872981260
        },
        {
            "start": 872981266,
            "stop": 872986277
        },
        {
            "start": 872986320,
            "stop": 872991783
        },
        {
            "start": 872991812,
            "stop": 872992183
        },
        {
            "start": 872992204,
            "stop": 872992237
        },
        {
            "start": 872992256,
            "stop": 872992509
        },
        {
            "start": 872992531,
            "stop": 872992951
        },
        {
            "start": 872992970,
            "stop": 872994537
        },
        {
            "start": 872994557,
            "stop": 872994614
        },
        {
            "start": 872994633,
            "stop": 872994736
        },
        {
            "start": 872994755,
            "stop": 872995056
        },
        {
            "start": 872995075,
            "stop": 872995143
        },
        {
            "start": 872995175,
            "stop": 872995284
        }
    ]
}