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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=50",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 51,
    "results": [
        {
            "start": 931082224,
            "stop": 931082226
        },
        {
            "start": 931082228,
            "stop": 931082230
        },
        {
            "start": 931082231,
            "stop": 931082233
        },
        {
            "start": 931082236,
            "stop": 931082238
        },
        {
            "start": 931082241,
            "stop": 931082251
        },
        {
            "start": 931082253,
            "stop": 931082254
        },
        {
            "start": 931082255,
            "stop": 931082258
        },
        {
            "start": 931082259,
            "stop": 931082260
        },
        {
            "start": 931082263,
            "stop": 931082265
        },
        {
            "start": 931082267,
            "stop": 931082268
        },
        {
            "start": 931082271,
            "stop": 931082272
        },
        {
            "start": 931082275,
            "stop": 931082277
        },
        {
            "start": 931082278,
            "stop": 931082281
        },
        {
            "start": 931082284,
            "stop": 931082304
        },
        {
            "start": 931082305,
            "stop": 931082306
        },
        {
            "start": 931082308,
            "stop": 931082310
        },
        {
            "start": 931082312,
            "stop": 931082322
        },
        {
            "start": 931082323,
            "stop": 931082325
        },
        {
            "start": 931082326,
            "stop": 931082329
        },
        {
            "start": 931082335,
            "stop": 931082337
        }
    ]
}