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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=41",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 42,
    "results": [
        {
            "start": 931081233,
            "stop": 931081234
        },
        {
            "start": 931081237,
            "stop": 931081238
        },
        {
            "start": 931081241,
            "stop": 931081246
        },
        {
            "start": 931081247,
            "stop": 931081250
        },
        {
            "start": 931081251,
            "stop": 931081259
        },
        {
            "start": 931081261,
            "stop": 931081270
        },
        {
            "start": 931081273,
            "stop": 931081275
        },
        {
            "start": 931081276,
            "stop": 931081281
        },
        {
            "start": 931081285,
            "stop": 931081289
        },
        {
            "start": 931081290,
            "stop": 931081294
        },
        {
            "start": 931081296,
            "stop": 931081298
        },
        {
            "start": 931081300,
            "stop": 931081301
        },
        {
            "start": 931081302,
            "stop": 931081303
        },
        {
            "start": 931081305,
            "stop": 931081308
        },
        {
            "start": 931081309,
            "stop": 931081311
        },
        {
            "start": 931081313,
            "stop": 931081316
        },
        {
            "start": 931081317,
            "stop": 931081322
        },
        {
            "start": 931081323,
            "stop": 931081326
        },
        {
            "start": 931081330,
            "stop": 931081337
        },
        {
            "start": 931081338,
            "stop": 931081340
        }
    ]
}