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=1822
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=1823",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1821",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1822,
    "results": [
        {
            "start": 1250308438,
            "stop": 1250308502
        },
        {
            "start": 1250308505,
            "stop": 1250309098
        },
        {
            "start": 1250309101,
            "stop": 1250309174
        },
        {
            "start": 1250309176,
            "stop": 1250309432
        },
        {
            "start": 1250309433,
            "stop": 1250309452
        },
        {
            "start": 1250309453,
            "stop": 1250309522
        },
        {
            "start": 1250309524,
            "stop": 1250309529
        },
        {
            "start": 1250309530,
            "stop": 1250309538
        },
        {
            "start": 1250309540,
            "stop": 1250309541
        },
        {
            "start": 1250309543,
            "stop": 1250309545
        },
        {
            "start": 1250309547,
            "stop": 1250309553
        },
        {
            "start": 1250309554,
            "stop": 1250309558
        },
        {
            "start": 1250309560,
            "stop": 1250309562
        },
        {
            "start": 1250309565,
            "stop": 1250310897
        },
        {
            "start": 1250310898,
            "stop": 1250311148
        },
        {
            "start": 1250311153,
            "stop": 1250311303
        },
        {
            "start": 1250311304,
            "stop": 1250311628
        },
        {
            "start": 1250311629,
            "stop": 1250311816
        },
        {
            "start": 1250311819,
            "stop": 1250312606
        },
        {
            "start": 1250312609,
            "stop": 1250312673
        }
    ]
}