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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=365",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 366,
    "results": [
        {
            "start": 864779342,
            "stop": 864833807
        },
        {
            "start": 864833858,
            "stop": 864858768
        },
        {
            "start": 864860156,
            "stop": 864921588
        },
        {
            "start": 864922152,
            "stop": 864936964
        },
        {
            "start": 864936986,
            "stop": 864962905
        },
        {
            "start": 864963207,
            "stop": 864963358
        },
        {
            "start": 864963468,
            "stop": 864963757
        },
        {
            "start": 864963797,
            "stop": 864963813
        },
        {
            "start": 864968791,
            "stop": 864969231
        },
        {
            "start": 864969531,
            "stop": 864973352
        },
        {
            "start": 864973359,
            "stop": 864975078
        },
        {
            "start": 864975098,
            "stop": 864994667
        },
        {
            "start": 864994691,
            "stop": 864999247
        },
        {
            "start": 864999266,
            "stop": 864999292
        },
        {
            "start": 864999311,
            "stop": 865003680
        },
        {
            "start": 865003740,
            "stop": 865003742
        },
        {
            "start": 865003766,
            "stop": 865004024
        },
        {
            "start": 865004046,
            "stop": 865005807
        },
        {
            "start": 865005828,
            "stop": 865012657
        },
        {
            "start": 865012678,
            "stop": 865014847
        }
    ]
}