Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2114
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2113",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2114,
    "results": [
        {
            "start": 865885153,
            "stop": 865885154
        },
        {
            "start": 865885158,
            "stop": 865885167
        },
        {
            "start": 865885170,
            "stop": 865885171
        },
        {
            "start": 865885174,
            "stop": 865885235
        },
        {
            "start": 865886115,
            "stop": 865887816
        },
        {
            "start": 865887911,
            "stop": 865889245
        },
        {
            "start": 865889250,
            "stop": 865890160
        },
        {
            "start": 865890165,
            "stop": 865892052
        },
        {
            "start": 865892058,
            "stop": 865892070
        },
        {
            "start": 865892080,
            "stop": 865892085
        },
        {
            "start": 865892090,
            "stop": 865892102
        },
        {
            "start": 865892110,
            "stop": 865893225
        },
        {
            "start": 865897984,
            "stop": 865898425
        },
        {
            "start": 865898430,
            "stop": 865898447
        },
        {
            "start": 865898453,
            "stop": 865898455
        },
        {
            "start": 865898463,
            "stop": 865898475
        },
        {
            "start": 865898480,
            "stop": 865901080
        },
        {
            "start": 865901085,
            "stop": 865901130
        },
        {
            "start": 865901135,
            "stop": 865907573
        },
        {
            "start": 865907575,
            "stop": 865944947
        }
    ]
}