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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=105",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 106,
    "results": [
        {
            "start": 816929634,
            "stop": 816929768
        },
        {
            "start": 816929813,
            "stop": 816929884
        },
        {
            "start": 816929916,
            "stop": 816929918
        },
        {
            "start": 816929940,
            "stop": 816930001
        },
        {
            "start": 816930037,
            "stop": 816930049
        },
        {
            "start": 816930069,
            "stop": 816930076
        },
        {
            "start": 816930109,
            "stop": 816930289
        },
        {
            "start": 816930310,
            "stop": 816930451
        },
        {
            "start": 816930498,
            "stop": 816930513
        },
        {
            "start": 816930575,
            "stop": 816930591
        },
        {
            "start": 816930625,
            "stop": 816930627
        },
        {
            "start": 816930801,
            "stop": 816930824
        },
        {
            "start": 816930844,
            "stop": 816930860
        },
        {
            "start": 816930911,
            "stop": 816930917
        },
        {
            "start": 816930937,
            "stop": 816930984
        },
        {
            "start": 816931025,
            "stop": 816931039
        },
        {
            "start": 816931067,
            "stop": 816931123
        },
        {
            "start": 816931201,
            "stop": 816931291
        },
        {
            "start": 816931318,
            "stop": 816931375
        },
        {
            "start": 816931451,
            "stop": 816931454
        }
    ]
}