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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1838",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1836",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1837,
    "results": [
        {
            "start": 1250436602,
            "stop": 1250436655
        },
        {
            "start": 1250436656,
            "stop": 1250436981
        },
        {
            "start": 1250436984,
            "stop": 1250437901
        },
        {
            "start": 1250437904,
            "stop": 1250438381
        },
        {
            "start": 1250438389,
            "stop": 1250438597
        },
        {
            "start": 1250447698,
            "stop": 1250447784
        },
        {
            "start": 1250447787,
            "stop": 1250447953
        },
        {
            "start": 1250447961,
            "stop": 1250447981
        },
        {
            "start": 1250447983,
            "stop": 1250449728
        },
        {
            "start": 1250449731,
            "stop": 1250449867
        },
        {
            "start": 1250449869,
            "stop": 1250450837
        },
        {
            "start": 1250450838,
            "stop": 1250450951
        },
        {
            "start": 1250450955,
            "stop": 1250451007
        },
        {
            "start": 1250451008,
            "stop": 1250451009
        },
        {
            "start": 1250451010,
            "stop": 1250451168
        },
        {
            "start": 1250451171,
            "stop": 1250451175
        },
        {
            "start": 1250451178,
            "stop": 1250451194
        },
        {
            "start": 1250451197,
            "stop": 1250451275
        },
        {
            "start": 1250451276,
            "stop": 1250451466
        },
        {
            "start": 1250451469,
            "stop": 1250451477
        }
    ]
}