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=3050
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=3051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3049",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3050,
    "results": [
        {
            "start": 864929096,
            "stop": 864936900
        },
        {
            "start": 864936960,
            "stop": 864936972
        },
        {
            "start": 864936978,
            "stop": 864946724
        },
        {
            "start": 864946905,
            "stop": 864957524
        },
        {
            "start": 864957705,
            "stop": 864961244
        },
        {
            "start": 864961485,
            "stop": 864962905
        },
        {
            "start": 864963207,
            "stop": 864963219
        },
        {
            "start": 864963223,
            "stop": 864963300
        },
        {
            "start": 864968791,
            "stop": 864968833
        },
        {
            "start": 864968836,
            "stop": 864968838
        },
        {
            "start": 864968842,
            "stop": 864968862
        },
        {
            "start": 864968865,
            "stop": 864968991
        },
        {
            "start": 864968994,
            "stop": 864969097
        },
        {
            "start": 864969100,
            "stop": 864969105
        },
        {
            "start": 864969109,
            "stop": 864969213
        },
        {
            "start": 864969220,
            "stop": 864969224
        },
        {
            "start": 864969227,
            "stop": 864969231
        },
        {
            "start": 864969540,
            "stop": 864969673
        },
        {
            "start": 864969678,
            "stop": 864972764
        },
        {
            "start": 864973125,
            "stop": 864973244
        }
    ]
}