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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=279",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 280,
    "results": [
        {
            "start": 935381025,
            "stop": 935381031
        },
        {
            "start": 935381033,
            "stop": 935381039
        },
        {
            "start": 935381043,
            "stop": 935382690
        },
        {
            "start": 935382692,
            "stop": 935382705
        },
        {
            "start": 935382707,
            "stop": 935382734
        },
        {
            "start": 935382737,
            "stop": 935384562
        },
        {
            "start": 935384565,
            "stop": 935384589
        },
        {
            "start": 935384591,
            "stop": 935384618
        },
        {
            "start": 935384620,
            "stop": 935384624
        },
        {
            "start": 935384626,
            "stop": 935384641
        },
        {
            "start": 935384644,
            "stop": 935388169
        },
        {
            "start": 935388171,
            "stop": 935388172
        },
        {
            "start": 935388175,
            "stop": 935388188
        },
        {
            "start": 935388190,
            "stop": 935388196
        },
        {
            "start": 935388199,
            "stop": 935388216
        },
        {
            "start": 935388219,
            "stop": 935388223
        },
        {
            "start": 935388225,
            "stop": 935388239
        },
        {
            "start": 935388243,
            "stop": 935391766
        },
        {
            "start": 935391768,
            "stop": 935391773
        },
        {
            "start": 935391778,
            "stop": 935391792
        }
    ]
}