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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=499",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 500,
    "results": [
        {
            "start": 826897507,
            "stop": 826897521
        },
        {
            "start": 826897540,
            "stop": 826897629
        },
        {
            "start": 826897651,
            "stop": 826897681
        },
        {
            "start": 826897700,
            "stop": 826897712
        },
        {
            "start": 826897731,
            "stop": 826897733
        },
        {
            "start": 826897753,
            "stop": 826897812
        },
        {
            "start": 826897832,
            "stop": 826897976
        },
        {
            "start": 826897995,
            "stop": 826898269
        },
        {
            "start": 826898288,
            "stop": 826898326
        },
        {
            "start": 826898345,
            "stop": 826898414
        },
        {
            "start": 826898441,
            "stop": 826898498
        },
        {
            "start": 826898517,
            "stop": 826898715
        },
        {
            "start": 826898739,
            "stop": 826898955
        },
        {
            "start": 826898974,
            "stop": 826899446
        },
        {
            "start": 826899465,
            "stop": 826899556
        },
        {
            "start": 826899596,
            "stop": 826900514
        },
        {
            "start": 826900535,
            "stop": 826900743
        },
        {
            "start": 826900764,
            "stop": 826901314
        },
        {
            "start": 826901342,
            "stop": 826901370
        },
        {
            "start": 826901414,
            "stop": 826901501
        }
    ]
}