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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=304",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 305,
    "results": [
        {
            "start": 820970160,
            "stop": 820970679
        },
        {
            "start": 820970696,
            "stop": 820970760
        },
        {
            "start": 820970763,
            "stop": 820971516
        },
        {
            "start": 820971533,
            "stop": 820971636
        },
        {
            "start": 820971640,
            "stop": 820971960
        },
        {
            "start": 820972020,
            "stop": 820972500
        },
        {
            "start": 820972560,
            "stop": 820972620
        },
        {
            "start": 820972680,
            "stop": 820973556
        },
        {
            "start": 820976296,
            "stop": 820976539
        },
        {
            "start": 820976558,
            "stop": 820977464
        },
        {
            "start": 820977645,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820978944
        },
        {
            "start": 820978976,
            "stop": 820979564
        },
        {
            "start": 820979745,
            "stop": 820980407
        },
        {
            "start": 820980424,
            "stop": 820980661
        },
        {
            "start": 820980664,
            "stop": 820980735
        },
        {
            "start": 820980738,
            "stop": 820980974
        },
        {
            "start": 820980977,
            "stop": 820981124
        },
        {
            "start": 820981127,
            "stop": 820981220
        },
        {
            "start": 820981223,
            "stop": 820981285
        }
    ]
}