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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 108,
    "results": [
        {
            "start": 931346754,
            "stop": 931346786
        },
        {
            "start": 931346789,
            "stop": 931346797
        },
        {
            "start": 931346798,
            "stop": 931346812
        },
        {
            "start": 931346813,
            "stop": 931346817
        },
        {
            "start": 931346820,
            "stop": 931346853
        },
        {
            "start": 931346854,
            "stop": 931346916
        },
        {
            "start": 931346918,
            "stop": 931346919
        },
        {
            "start": 931346920,
            "stop": 931346985
        },
        {
            "start": 931346986,
            "stop": 931346995
        },
        {
            "start": 931346996,
            "stop": 931347033
        },
        {
            "start": 931347035,
            "stop": 931347083
        },
        {
            "start": 931347085,
            "stop": 931347118
        },
        {
            "start": 931347120,
            "stop": 931347146
        },
        {
            "start": 931347148,
            "stop": 931347201
        },
        {
            "start": 931347204,
            "stop": 931347205
        },
        {
            "start": 931347206,
            "stop": 931347215
        },
        {
            "start": 931347216,
            "stop": 931347255
        },
        {
            "start": 931347256,
            "stop": 931347313
        },
        {
            "start": 931347315,
            "stop": 931347357
        },
        {
            "start": 931347358,
            "stop": 931347448
        }
    ]
}