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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 352,
    "results": [
        {
            "start": 1181624550,
            "stop": 1181624705
        },
        {
            "start": 1181624706,
            "stop": 1181624794
        },
        {
            "start": 1181624795,
            "stop": 1181624869
        },
        {
            "start": 1181624870,
            "stop": 1181624872
        },
        {
            "start": 1181624874,
            "stop": 1181624875
        },
        {
            "start": 1181624876,
            "stop": 1181624877
        },
        {
            "start": 1181624878,
            "stop": 1181624882
        },
        {
            "start": 1181624883,
            "stop": 1181624892
        },
        {
            "start": 1181624895,
            "stop": 1181625019
        },
        {
            "start": 1181625020,
            "stop": 1181625022
        },
        {
            "start": 1181625023,
            "stop": 1181625024
        },
        {
            "start": 1181625025,
            "stop": 1181625026
        },
        {
            "start": 1181625028,
            "stop": 1181625029
        },
        {
            "start": 1181625031,
            "stop": 1181625034
        },
        {
            "start": 1181625035,
            "stop": 1181625038
        },
        {
            "start": 1181625039,
            "stop": 1181625040
        },
        {
            "start": 1181625043,
            "stop": 1181625044
        },
        {
            "start": 1181625045,
            "stop": 1181625055
        },
        {
            "start": 1181625056,
            "stop": 1181625058
        },
        {
            "start": 1181625059,
            "stop": 1181625068
        }
    ]
}