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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=284",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 285,
    "results": [
        {
            "start": 822553697,
            "stop": 822553701
        },
        {
            "start": 822553708,
            "stop": 822553723
        },
        {
            "start": 822553730,
            "stop": 822553836
        },
        {
            "start": 822553844,
            "stop": 822554001
        },
        {
            "start": 822554008,
            "stop": 822554222
        },
        {
            "start": 822554371,
            "stop": 822554481
        },
        {
            "start": 822554488,
            "stop": 822554710
        },
        {
            "start": 822554717,
            "stop": 822555367
        },
        {
            "start": 822555525,
            "stop": 822555967
        },
        {
            "start": 822555980,
            "stop": 822556703
        },
        {
            "start": 822556710,
            "stop": 822556817
        },
        {
            "start": 822556824,
            "stop": 822557048
        },
        {
            "start": 822557055,
            "stop": 822557185
        },
        {
            "start": 822557192,
            "stop": 822558044
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822559104,
            "stop": 822560521
        },
        {
            "start": 822560528,
            "stop": 822560700
        },
        {
            "start": 822560708,
            "stop": 822560721
        },
        {
            "start": 822560729,
            "stop": 822560832
        }
    ]
}