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=455
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=456",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=454",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 455,
    "results": [
        {
            "start": 946804943,
            "stop": 946818918
        },
        {
            "start": 946823971,
            "stop": 946824741
        },
        {
            "start": 946830479,
            "stop": 946831022
        },
        {
            "start": 946832775,
            "stop": 946832781
        },
        {
            "start": 946836960,
            "stop": 946840695
        },
        {
            "start": 946845091,
            "stop": 946846255
        },
        {
            "start": 946847415,
            "stop": 946847587
        },
        {
            "start": 946851386,
            "stop": 946855031
        },
        {
            "start": 946858213,
            "stop": 946868814
        },
        {
            "start": 946869580,
            "stop": 946909269
        },
        {
            "start": 946918503,
            "stop": 946919109
        },
        {
            "start": 946920330,
            "stop": 946920495
        },
        {
            "start": 946922189,
            "stop": 946923124
        },
        {
            "start": 946925898,
            "stop": 946928357
        },
        {
            "start": 946929618,
            "stop": 946930123
        },
        {
            "start": 946931167,
            "stop": 946931253
        },
        {
            "start": 946933903,
            "stop": 946934283
        },
        {
            "start": 946939911,
            "stop": 946940058
        },
        {
            "start": 946941137,
            "stop": 946941604
        },
        {
            "start": 946941608,
            "stop": 946941976
        }
    ]
}