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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=4",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 5,
    "results": [
        {
            "start": 931053195,
            "stop": 931053196
        },
        {
            "start": 931053197,
            "stop": 931053205
        },
        {
            "start": 931053206,
            "stop": 931053209
        },
        {
            "start": 931053215,
            "stop": 931053216
        },
        {
            "start": 931053217,
            "stop": 931053218
        },
        {
            "start": 931053222,
            "stop": 931053227
        },
        {
            "start": 931053236,
            "stop": 931053238
        },
        {
            "start": 931053239,
            "stop": 931053240
        },
        {
            "start": 931053241,
            "stop": 931053248
        },
        {
            "start": 931053250,
            "stop": 931053251
        },
        {
            "start": 931053252,
            "stop": 931053254
        },
        {
            "start": 931053259,
            "stop": 931053260
        },
        {
            "start": 931053261,
            "stop": 931053262
        },
        {
            "start": 931053269,
            "stop": 931053275
        },
        {
            "start": 931053276,
            "stop": 931053277
        },
        {
            "start": 931053278,
            "stop": 931053280
        },
        {
            "start": 931053281,
            "stop": 931053282
        },
        {
            "start": 931053285,
            "stop": 931053290
        },
        {
            "start": 931053291,
            "stop": 931053292
        },
        {
            "start": 931053293,
            "stop": 931053294
        }
    ]
}