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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 134,
    "results": [
        {
            "start": 820197542,
            "stop": 820197579
        },
        {
            "start": 820197583,
            "stop": 820197584
        },
        {
            "start": 820197589,
            "stop": 820197602
        },
        {
            "start": 820197605,
            "stop": 820197672
        },
        {
            "start": 820197675,
            "stop": 820197729
        },
        {
            "start": 820197732,
            "stop": 820197755
        },
        {
            "start": 820197759,
            "stop": 820197793
        },
        {
            "start": 820197796,
            "stop": 820197799
        },
        {
            "start": 820197804,
            "stop": 820197919
        },
        {
            "start": 820197923,
            "stop": 820198067
        },
        {
            "start": 820198070,
            "stop": 820198073
        },
        {
            "start": 820198076,
            "stop": 820198124
        },
        {
            "start": 820198127,
            "stop": 820198215
        },
        {
            "start": 820198219,
            "stop": 820198222
        },
        {
            "start": 820198225,
            "stop": 820198228
        },
        {
            "start": 820198232,
            "stop": 820198236
        },
        {
            "start": 820198239,
            "stop": 820198288
        },
        {
            "start": 820198292,
            "stop": 820198309
        },
        {
            "start": 820198312,
            "stop": 820198334
        },
        {
            "start": 820198337,
            "stop": 820198371
        }
    ]
}