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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=401",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 402,
    "results": [
        {
            "start": 825949280,
            "stop": 825949320
        },
        {
            "start": 825949380,
            "stop": 825949991
        },
        {
            "start": 825949995,
            "stop": 825949998
        },
        {
            "start": 825950001,
            "stop": 825950079
        },
        {
            "start": 825950082,
            "stop": 825950460
        },
        {
            "start": 825950463,
            "stop": 825950585
        },
        {
            "start": 825950588,
            "stop": 825951107
        },
        {
            "start": 825951110,
            "stop": 825951205
        },
        {
            "start": 825951208,
            "stop": 825951339
        },
        {
            "start": 825951343,
            "stop": 825951495
        },
        {
            "start": 825951499,
            "stop": 825951632
        },
        {
            "start": 825951636,
            "stop": 825951641
        },
        {
            "start": 825951644,
            "stop": 825951736
        },
        {
            "start": 825951739,
            "stop": 825951804
        },
        {
            "start": 825951807,
            "stop": 825952256
        },
        {
            "start": 825952260,
            "stop": 825952913
        },
        {
            "start": 825952916,
            "stop": 825953156
        },
        {
            "start": 825953159,
            "stop": 825953555
        },
        {
            "start": 825953558,
            "stop": 825953731
        },
        {
            "start": 825953735,
            "stop": 825954082
        }
    ]
}