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=40575
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=40576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40574",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40575,
    "results": [
        {
            "start": 874851624,
            "stop": 874851634
        },
        {
            "start": 874851636,
            "stop": 874851665
        },
        {
            "start": 874851667,
            "stop": 874851686
        },
        {
            "start": 874851687,
            "stop": 874851716
        },
        {
            "start": 874851717,
            "stop": 874851728
        },
        {
            "start": 874851730,
            "stop": 874851750
        },
        {
            "start": 874851752,
            "stop": 874851792
        },
        {
            "start": 874851795,
            "stop": 874851814
        },
        {
            "start": 874851815,
            "stop": 874851835
        },
        {
            "start": 874851837,
            "stop": 874851877
        },
        {
            "start": 874851879,
            "stop": 874851898
        },
        {
            "start": 874851900,
            "stop": 874851910
        },
        {
            "start": 874851911,
            "stop": 874851920
        },
        {
            "start": 874851922,
            "stop": 874851935
        },
        {
            "start": 874851936,
            "stop": 874851941
        },
        {
            "start": 874851943,
            "stop": 874851952
        },
        {
            "start": 874851953,
            "stop": 874852026
        },
        {
            "start": 874852028,
            "stop": 874852053
        },
        {
            "start": 874852054,
            "stop": 874852081
        },
        {
            "start": 874852083,
            "stop": 874852090
        }
    ]
}