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=40712
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=40713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40711",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40712,
    "results": [
        {
            "start": 874953826,
            "stop": 874953830
        },
        {
            "start": 874953831,
            "stop": 874953835
        },
        {
            "start": 874953837,
            "stop": 874953840
        },
        {
            "start": 874953842,
            "stop": 874953845
        },
        {
            "start": 874953847,
            "stop": 874953848
        },
        {
            "start": 874953850,
            "stop": 874953851
        },
        {
            "start": 874953853,
            "stop": 874953855
        },
        {
            "start": 874953860,
            "stop": 874953861
        },
        {
            "start": 874953864,
            "stop": 874953865
        },
        {
            "start": 874953866,
            "stop": 874953868
        },
        {
            "start": 874953869,
            "stop": 874953871
        },
        {
            "start": 874953872,
            "stop": 874953873
        },
        {
            "start": 874953874,
            "stop": 874953875
        },
        {
            "start": 874953876,
            "stop": 874953878
        },
        {
            "start": 874953879,
            "stop": 874953881
        },
        {
            "start": 874953882,
            "stop": 874953883
        },
        {
            "start": 874953885,
            "stop": 874953889
        },
        {
            "start": 874953891,
            "stop": 874953895
        },
        {
            "start": 874953896,
            "stop": 874953900
        },
        {
            "start": 874953901,
            "stop": 874953905
        }
    ]
}