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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=399",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 400,
    "results": [
        {
            "start": 826022773,
            "stop": 826022860
        },
        {
            "start": 826022867,
            "stop": 826022876
        },
        {
            "start": 826022883,
            "stop": 826022884
        },
        {
            "start": 826022891,
            "stop": 826023146
        },
        {
            "start": 826023153,
            "stop": 826025538
        },
        {
            "start": 826025545,
            "stop": 826026912
        },
        {
            "start": 826026919,
            "stop": 826028498
        },
        {
            "start": 826028506,
            "stop": 826029467
        },
        {
            "start": 826029471,
            "stop": 826031030
        },
        {
            "start": 826031170,
            "stop": 826034264
        },
        {
            "start": 826034445,
            "stop": 826035470
        },
        {
            "start": 826035550,
            "stop": 826037751
        },
        {
            "start": 826037758,
            "stop": 826039184
        },
        {
            "start": 826039192,
            "stop": 826039490
        },
        {
            "start": 826039570,
            "stop": 826041290
        },
        {
            "start": 826041370,
            "stop": 826044830
        },
        {
            "start": 826044910,
            "stop": 826045218
        },
        {
            "start": 826045256,
            "stop": 826046119
        },
        {
            "start": 826046126,
            "stop": 826047433
        },
        {
            "start": 826047628,
            "stop": 826050464
        }
    ]
}