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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 65,
    "results": [
        {
            "start": 931190177,
            "stop": 931190178
        },
        {
            "start": 931190180,
            "stop": 931190181
        },
        {
            "start": 931190183,
            "stop": 931190184
        },
        {
            "start": 931190185,
            "stop": 931190187
        },
        {
            "start": 931190188,
            "stop": 931190189
        },
        {
            "start": 931190191,
            "stop": 931190195
        },
        {
            "start": 931190202,
            "stop": 931190216
        },
        {
            "start": 931190218,
            "stop": 931190219
        },
        {
            "start": 931190228,
            "stop": 931190229
        },
        {
            "start": 931190244,
            "stop": 931190248
        },
        {
            "start": 931190250,
            "stop": 931190251
        },
        {
            "start": 931190253,
            "stop": 931190254
        },
        {
            "start": 931190256,
            "stop": 931190270
        },
        {
            "start": 931190272,
            "stop": 931190279
        },
        {
            "start": 931190280,
            "stop": 931190282
        },
        {
            "start": 931190284,
            "stop": 931190301
        },
        {
            "start": 931190303,
            "stop": 931190307
        },
        {
            "start": 931190309,
            "stop": 931190339
        },
        {
            "start": 931190341,
            "stop": 931190342
        },
        {
            "start": 931190344,
            "stop": 931190365
        }
    ]
}