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=383
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=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=382",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 383,
    "results": [
        {
            "start": 825752902,
            "stop": 825752933
        },
        {
            "start": 825752936,
            "stop": 825752986
        },
        {
            "start": 825752989,
            "stop": 825753020
        },
        {
            "start": 825753029,
            "stop": 825753039
        },
        {
            "start": 825753042,
            "stop": 825753071
        },
        {
            "start": 825753074,
            "stop": 825753112
        },
        {
            "start": 825753116,
            "stop": 825753119
        },
        {
            "start": 825753122,
            "stop": 825753131
        },
        {
            "start": 825753137,
            "stop": 825753141
        },
        {
            "start": 825753145,
            "stop": 825755324
        },
        {
            "start": 825755327,
            "stop": 825755335
        },
        {
            "start": 825755339,
            "stop": 825764259
        },
        {
            "start": 825766094,
            "stop": 825770310
        },
        {
            "start": 825772269,
            "stop": 825776040
        },
        {
            "start": 825776100,
            "stop": 825777821
        },
        {
            "start": 825777825,
            "stop": 825779400
        },
        {
            "start": 825779520,
            "stop": 825780143
        },
        {
            "start": 825780147,
            "stop": 825780700
        },
        {
            "start": 825780703,
            "stop": 825780706
        },
        {
            "start": 825780709,
            "stop": 825781366
        }
    ]
}