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=2318
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=2319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2317",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2318,
    "results": [
        {
            "start": 871584895,
            "stop": 871586471
        },
        {
            "start": 871586488,
            "stop": 871588090
        },
        {
            "start": 871588107,
            "stop": 871588128
        },
        {
            "start": 871588145,
            "stop": 871588445
        },
        {
            "start": 871588462,
            "stop": 871588738
        },
        {
            "start": 871588755,
            "stop": 871588863
        },
        {
            "start": 871588884,
            "stop": 871588951
        },
        {
            "start": 871588968,
            "stop": 871590195
        },
        {
            "start": 871590212,
            "stop": 871590218
        },
        {
            "start": 871590234,
            "stop": 871590244
        },
        {
            "start": 871590251,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871591138
        },
        {
            "start": 871591438,
            "stop": 871592160
        },
        {
            "start": 871592280,
            "stop": 871594247
        },
        {
            "start": 871594264,
            "stop": 871596660
        },
        {
            "start": 871596677,
            "stop": 871596980
        },
        {
            "start": 871598665,
            "stop": 871599544
        },
        {
            "start": 871599561,
            "stop": 871601517
        },
        {
            "start": 871601540,
            "stop": 871601762
        },
        {
            "start": 871601779,
            "stop": 871604115
        }
    ]
}