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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=118",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 119,
    "results": [
        {
            "start": 817533888,
            "stop": 817534262
        },
        {
            "start": 817534382,
            "stop": 817535545
        },
        {
            "start": 817535548,
            "stop": 817537536
        },
        {
            "start": 817537568,
            "stop": 817544609
        },
        {
            "start": 817544729,
            "stop": 817547697
        },
        {
            "start": 817547817,
            "stop": 817549399
        },
        {
            "start": 817549800,
            "stop": 817549882
        },
        {
            "start": 817549887,
            "stop": 817550010
        },
        {
            "start": 817550015,
            "stop": 817550088
        },
        {
            "start": 817550093,
            "stop": 817550166
        },
        {
            "start": 817550170,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817551928
        },
        {
            "start": 817551931,
            "stop": 817552531
        },
        {
            "start": 817553568,
            "stop": 817553594
        },
        {
            "start": 817553598,
            "stop": 817553614
        },
        {
            "start": 817553618,
            "stop": 817553624
        },
        {
            "start": 817553667,
            "stop": 817553688
        },
        {
            "start": 817553692,
            "stop": 817553702
        },
        {
            "start": 817553705,
            "stop": 817553732
        }
    ]
}