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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=22",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 23,
    "results": [
        {
            "start": 931077236,
            "stop": 931077239
        },
        {
            "start": 931077243,
            "stop": 931077246
        },
        {
            "start": 931077248,
            "stop": 931077251
        },
        {
            "start": 931077252,
            "stop": 931077263
        },
        {
            "start": 931077265,
            "stop": 931077268
        },
        {
            "start": 931077269,
            "stop": 931077270
        },
        {
            "start": 931077272,
            "stop": 931077279
        },
        {
            "start": 931077280,
            "stop": 931077287
        },
        {
            "start": 931077289,
            "stop": 931077298
        },
        {
            "start": 931077299,
            "stop": 931077302
        },
        {
            "start": 931077303,
            "stop": 931077305
        },
        {
            "start": 931077316,
            "stop": 931077318
        },
        {
            "start": 931077319,
            "stop": 931077320
        },
        {
            "start": 931077321,
            "stop": 931077328
        },
        {
            "start": 931077329,
            "stop": 931077333
        },
        {
            "start": 931077335,
            "stop": 931077347
        },
        {
            "start": 931077348,
            "stop": 931077351
        },
        {
            "start": 931077353,
            "stop": 931077359
        },
        {
            "start": 931077362,
            "stop": 931077369
        },
        {
            "start": 931077371,
            "stop": 931077389
        }
    ]
}