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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=417",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 418,
    "results": [
        {
            "start": 940534854,
            "stop": 940557107
        },
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940597966
        },
        {
            "start": 940603911,
            "stop": 940606072
        },
        {
            "start": 940624312,
            "stop": 940628357
        },
        {
            "start": 940628361,
            "stop": 940629472
        },
        {
            "start": 940641205,
            "stop": 940644050
        },
        {
            "start": 940646524,
            "stop": 940654001
        },
        {
            "start": 940655819,
            "stop": 940665994
        },
        {
            "start": 940672486,
            "stop": 940680796
        },
        {
            "start": 940710959,
            "stop": 940717425
        },
        {
            "start": 940719353,
            "stop": 940733943
        },
        {
            "start": 940734960,
            "stop": 940760676
        },
        {
            "start": 940760680,
            "stop": 940772105
        },
        {
            "start": 940772107,
            "stop": 940772749
        },
        {
            "start": 940772751,
            "stop": 940772830
        },
        {
            "start": 940772832,
            "stop": 940773657
        },
        {
            "start": 940773658,
            "stop": 940773662
        },
        {
            "start": 940773664,
            "stop": 940773668
        },
        {
            "start": 940773670,
            "stop": 940773739
        }
    ]
}