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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=66",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 67,
    "results": [
        {
            "start": 931085194,
            "stop": 931085196
        },
        {
            "start": 931085197,
            "stop": 931085204
        },
        {
            "start": 931085209,
            "stop": 931085217
        },
        {
            "start": 931085218,
            "stop": 931085226
        },
        {
            "start": 931085229,
            "stop": 931085230
        },
        {
            "start": 931085233,
            "stop": 931085236
        },
        {
            "start": 931085237,
            "stop": 931085238
        },
        {
            "start": 931085241,
            "stop": 931085245
        },
        {
            "start": 931085247,
            "stop": 931085248
        },
        {
            "start": 931085250,
            "stop": 931085251
        },
        {
            "start": 931085252,
            "stop": 931085253
        },
        {
            "start": 931085254,
            "stop": 931085255
        },
        {
            "start": 931085259,
            "stop": 931085260
        },
        {
            "start": 931085261,
            "stop": 931085265
        },
        {
            "start": 931085266,
            "stop": 931085280
        },
        {
            "start": 931085281,
            "stop": 931085284
        },
        {
            "start": 931085285,
            "stop": 931085286
        },
        {
            "start": 931085287,
            "stop": 931085288
        },
        {
            "start": 931085289,
            "stop": 931085290
        },
        {
            "start": 931085294,
            "stop": 931085297
        }
    ]
}