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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=326",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 327,
    "results": [
        {
            "start": 861109819,
            "stop": 861111492
        },
        {
            "start": 861111822,
            "stop": 861116299
        },
        {
            "start": 861116321,
            "stop": 861116332
        },
        {
            "start": 861116353,
            "stop": 861116852
        },
        {
            "start": 861116931,
            "stop": 861118437
        },
        {
            "start": 861118618,
            "stop": 861121003
        },
        {
            "start": 861121272,
            "stop": 861122983
        },
        {
            "start": 861123012,
            "stop": 861124219
        },
        {
            "start": 861124241,
            "stop": 861124249
        },
        {
            "start": 861124271,
            "stop": 861124302
        },
        {
            "start": 861146030,
            "stop": 861148677
        },
        {
            "start": 861149102,
            "stop": 861150573
        },
        {
            "start": 861150815,
            "stop": 861151141
        },
        {
            "start": 861151337,
            "stop": 861155827
        },
        {
            "start": 861156213,
            "stop": 861157176
        },
        {
            "start": 861157488,
            "stop": 861158542
        },
        {
            "start": 861159397,
            "stop": 861159894
        },
        {
            "start": 861160677,
            "stop": 861160743
        },
        {
            "start": 861161010,
            "stop": 861162739
        },
        {
            "start": 861163775,
            "stop": 861164478
        }
    ]
}