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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 190,
    "results": [
        {
            "start": 931456693,
            "stop": 931456702
        },
        {
            "start": 931456703,
            "stop": 931456705
        },
        {
            "start": 931456706,
            "stop": 931456709
        },
        {
            "start": 931456711,
            "stop": 931456712
        },
        {
            "start": 931456716,
            "stop": 931456752
        },
        {
            "start": 931456753,
            "stop": 931456757
        },
        {
            "start": 931456778,
            "stop": 931456779
        },
        {
            "start": 931456782,
            "stop": 931456784
        },
        {
            "start": 931456787,
            "stop": 931456814
        },
        {
            "start": 931457175,
            "stop": 931457176
        },
        {
            "start": 931457177,
            "stop": 931457228
        },
        {
            "start": 931457232,
            "stop": 931457233
        },
        {
            "start": 931457235,
            "stop": 931457242
        },
        {
            "start": 931457244,
            "stop": 931457245
        },
        {
            "start": 931457246,
            "stop": 931457250
        },
        {
            "start": 931457252,
            "stop": 931457262
        },
        {
            "start": 931457264,
            "stop": 931457279
        },
        {
            "start": 931457281,
            "stop": 931457282
        },
        {
            "start": 931457286,
            "stop": 931457294
        },
        {
            "start": 931457296,
            "stop": 931457307
        }
    ]
}