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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3453",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3451",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3452,
    "results": [
        {
            "start": 969848594,
            "stop": 969849236
        },
        {
            "start": 969849247,
            "stop": 969849390
        },
        {
            "start": 969849425,
            "stop": 969849443
        },
        {
            "start": 969849464,
            "stop": 969850227
        },
        {
            "start": 969850230,
            "stop": 969851508
        },
        {
            "start": 969851511,
            "stop": 969851529
        },
        {
            "start": 969851550,
            "stop": 969851656
        },
        {
            "start": 969851660,
            "stop": 969851666
        },
        {
            "start": 969851669,
            "stop": 969851793
        },
        {
            "start": 969851814,
            "stop": 969851825
        },
        {
            "start": 969851842,
            "stop": 969851980
        },
        {
            "start": 969852001,
            "stop": 969852139
        },
        {
            "start": 969852160,
            "stop": 969852325
        },
        {
            "start": 969852346,
            "stop": 969852478
        },
        {
            "start": 969852481,
            "stop": 969852484
        },
        {
            "start": 969852505,
            "stop": 969853441
        },
        {
            "start": 969853444,
            "stop": 969853824
        },
        {
            "start": 969853845,
            "stop": 969853861
        },
        {
            "start": 969853882,
            "stop": 969854327
        },
        {
            "start": 969854330,
            "stop": 969854485
        }
    ]
}