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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 208,
    "results": [
        {
            "start": 931487375,
            "stop": 931487409
        },
        {
            "start": 931487411,
            "stop": 931487416
        },
        {
            "start": 931487417,
            "stop": 931487418
        },
        {
            "start": 931487421,
            "stop": 931487429
        },
        {
            "start": 931487431,
            "stop": 931487439
        },
        {
            "start": 931487440,
            "stop": 931487477
        },
        {
            "start": 931487479,
            "stop": 931487489
        },
        {
            "start": 931487490,
            "stop": 931487491
        },
        {
            "start": 931487494,
            "stop": 931487495
        },
        {
            "start": 931487496,
            "stop": 931487502
        },
        {
            "start": 931487504,
            "stop": 931487525
        },
        {
            "start": 931487528,
            "stop": 931487531
        },
        {
            "start": 931487533,
            "stop": 931487542
        },
        {
            "start": 931487546,
            "stop": 931487549
        },
        {
            "start": 931487550,
            "stop": 931487551
        },
        {
            "start": 931487552,
            "stop": 931487554
        },
        {
            "start": 931487558,
            "stop": 931487563
        },
        {
            "start": 931487565,
            "stop": 931487570
        },
        {
            "start": 931487630,
            "stop": 931487631
        },
        {
            "start": 931487634,
            "stop": 931487638
        }
    ]
}