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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=308",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 309,
    "results": [
        {
            "start": 820972088,
            "stop": 820972142
        },
        {
            "start": 820972146,
            "stop": 820972417
        },
        {
            "start": 820972421,
            "stop": 820972428
        },
        {
            "start": 820972431,
            "stop": 820972519
        },
        {
            "start": 820972522,
            "stop": 820972761
        },
        {
            "start": 820972764,
            "stop": 820972971
        },
        {
            "start": 820972974,
            "stop": 820973448
        },
        {
            "start": 820973452,
            "stop": 820973660
        },
        {
            "start": 820974508,
            "stop": 820974572
        },
        {
            "start": 820974692,
            "stop": 820974698
        },
        {
            "start": 820974701,
            "stop": 820974745
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820976791
        },
        {
            "start": 820976808,
            "stop": 820977102
        },
        {
            "start": 820977119,
            "stop": 820977464
        },
        {
            "start": 820977645,
            "stop": 820977721
        },
        {
            "start": 820977724,
            "stop": 820978024
        },
        {
            "start": 820978041,
            "stop": 820978835
        },
        {
            "start": 820978838,
            "stop": 820978944
        },
        {
            "start": 820978976,
            "stop": 820979564
        }
    ]
}