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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41033",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41034,
    "results": [
        {
            "start": 875190386,
            "stop": 875190409
        },
        {
            "start": 875190410,
            "stop": 875190431
        },
        {
            "start": 875190432,
            "stop": 875190452
        },
        {
            "start": 875190454,
            "stop": 875190510
        },
        {
            "start": 875190511,
            "stop": 875190579
        },
        {
            "start": 875190581,
            "stop": 875190685
        },
        {
            "start": 875190686,
            "stop": 875190697
        },
        {
            "start": 875190698,
            "stop": 875190729
        },
        {
            "start": 875190730,
            "stop": 875190748
        },
        {
            "start": 875190749,
            "stop": 875190750
        },
        {
            "start": 875190751,
            "stop": 875190792
        },
        {
            "start": 875190794,
            "stop": 875190904
        },
        {
            "start": 875190905,
            "stop": 875190920
        },
        {
            "start": 875190922,
            "stop": 875190996
        },
        {
            "start": 875190997,
            "stop": 875191030
        },
        {
            "start": 875191031,
            "stop": 875191155
        },
        {
            "start": 875191156,
            "stop": 875191183
        },
        {
            "start": 875191184,
            "stop": 875191240
        },
        {
            "start": 875191241,
            "stop": 875191286
        },
        {
            "start": 875191287,
            "stop": 875191319
        }
    ]
}