Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=196
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 196,
    "results": [
        {
            "start": 1239941732,
            "stop": 1239942332
        },
        {
            "start": 1239942340,
            "stop": 1239942627
        },
        {
            "start": 1239942628,
            "stop": 1239943065
        },
        {
            "start": 1239943066,
            "stop": 1239943166
        },
        {
            "start": 1239943167,
            "stop": 1239943168
        },
        {
            "start": 1239943169,
            "stop": 1239943179
        },
        {
            "start": 1239943180,
            "stop": 1239943215
        },
        {
            "start": 1239943216,
            "stop": 1239943263
        },
        {
            "start": 1239943264,
            "stop": 1239943684
        },
        {
            "start": 1239943685,
            "stop": 1239944468
        },
        {
            "start": 1239944469,
            "stop": 1239944959
        },
        {
            "start": 1239944960,
            "stop": 1239945505
        },
        {
            "start": 1239945508,
            "stop": 1239945529
        },
        {
            "start": 1239945532,
            "stop": 1239947224
        },
        {
            "start": 1239947225,
            "stop": 1239947949
        },
        {
            "start": 1239947950,
            "stop": 1239947988
        },
        {
            "start": 1239947989,
            "stop": 1239948212
        },
        {
            "start": 1239948214,
            "stop": 1239948711
        },
        {
            "start": 1239948712,
            "stop": 1239948839
        },
        {
            "start": 1239948840,
            "stop": 1239949002
        }
    ]
}