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=40556
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=40557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40555",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40556,
    "results": [
        {
            "start": 874833832,
            "stop": 874833849
        },
        {
            "start": 874833850,
            "stop": 874833866
        },
        {
            "start": 874833867,
            "stop": 874833965
        },
        {
            "start": 874833966,
            "stop": 874833978
        },
        {
            "start": 874833979,
            "stop": 874833997
        },
        {
            "start": 874833998,
            "stop": 874834041
        },
        {
            "start": 874834042,
            "stop": 874834072
        },
        {
            "start": 874834073,
            "stop": 874834145
        },
        {
            "start": 874834146,
            "stop": 874834305
        },
        {
            "start": 874834307,
            "stop": 874834330
        },
        {
            "start": 874834331,
            "stop": 874834351
        },
        {
            "start": 874834352,
            "stop": 874834383
        },
        {
            "start": 874834384,
            "stop": 874834516
        },
        {
            "start": 874834517,
            "stop": 874834575
        },
        {
            "start": 874834577,
            "stop": 874834599
        },
        {
            "start": 874834600,
            "stop": 874834631
        },
        {
            "start": 874834632,
            "stop": 874834635
        },
        {
            "start": 874834636,
            "stop": 874834819
        },
        {
            "start": 874834825,
            "stop": 874834828
        },
        {
            "start": 874834829,
            "stop": 874834831
        }
    ]
}