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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=390",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 391,
    "results": [
        {
            "start": 825950084,
            "stop": 825950458
        },
        {
            "start": 825950465,
            "stop": 825950583
        },
        {
            "start": 825950590,
            "stop": 825951107
        },
        {
            "start": 825951110,
            "stop": 825951203
        },
        {
            "start": 825951210,
            "stop": 825951337
        },
        {
            "start": 825951345,
            "stop": 825951493
        },
        {
            "start": 825951501,
            "stop": 825951630
        },
        {
            "start": 825951638,
            "stop": 825951639
        },
        {
            "start": 825951646,
            "stop": 825951734
        },
        {
            "start": 825951741,
            "stop": 825951802
        },
        {
            "start": 825951809,
            "stop": 825952254
        },
        {
            "start": 825952262,
            "stop": 825952730
        },
        {
            "start": 825952870,
            "stop": 825952911
        },
        {
            "start": 825952918,
            "stop": 825953030
        },
        {
            "start": 825953110,
            "stop": 825953154
        },
        {
            "start": 825953161,
            "stop": 825953553
        },
        {
            "start": 825953560,
            "stop": 825953731
        },
        {
            "start": 825953735,
            "stop": 825954082
        },
        {
            "start": 825954086,
            "stop": 825954157
        },
        {
            "start": 825954165,
            "stop": 825955140
        }
    ]
}