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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=80",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 81,
    "results": [
        {
            "start": 931270168,
            "stop": 931270176
        },
        {
            "start": 931270179,
            "stop": 931270198
        },
        {
            "start": 931270202,
            "stop": 931270215
        },
        {
            "start": 931270217,
            "stop": 931270289
        },
        {
            "start": 931270291,
            "stop": 931270299
        },
        {
            "start": 931270306,
            "stop": 931270312
        },
        {
            "start": 931270314,
            "stop": 931270370
        },
        {
            "start": 931270372,
            "stop": 931270380
        },
        {
            "start": 931270383,
            "stop": 931270400
        },
        {
            "start": 931270402,
            "stop": 931270429
        },
        {
            "start": 931270430,
            "stop": 931270432
        },
        {
            "start": 931270434,
            "stop": 931270451
        },
        {
            "start": 931270453,
            "stop": 931270518
        },
        {
            "start": 931270519,
            "stop": 931270527
        },
        {
            "start": 931270528,
            "stop": 931270552
        },
        {
            "start": 931270553,
            "stop": 931270571
        },
        {
            "start": 931270574,
            "stop": 931270582
        },
        {
            "start": 931270584,
            "stop": 931270590
        },
        {
            "start": 931270593,
            "stop": 931270594
        },
        {
            "start": 931270596,
            "stop": 931270605
        }
    ]
}