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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=566",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 567,
    "results": [
        {
            "start": 827404591,
            "stop": 827404594
        },
        {
            "start": 827404615,
            "stop": 827404622
        },
        {
            "start": 827404660,
            "stop": 827404662
        },
        {
            "start": 827404742,
            "stop": 827404764
        },
        {
            "start": 827404892,
            "stop": 827404933
        },
        {
            "start": 827405006,
            "stop": 827405007
        },
        {
            "start": 827405030,
            "stop": 827405183
        },
        {
            "start": 827405202,
            "stop": 827405411
        },
        {
            "start": 827405433,
            "stop": 827405482
        },
        {
            "start": 827405502,
            "stop": 827405536
        },
        {
            "start": 827405608,
            "stop": 827405644
        },
        {
            "start": 827405663,
            "stop": 827405725
        },
        {
            "start": 827405781,
            "stop": 827405791
        },
        {
            "start": 827405822,
            "stop": 827405832
        },
        {
            "start": 827405897,
            "stop": 827405909
        },
        {
            "start": 827405985,
            "stop": 827405988
        },
        {
            "start": 827406008,
            "stop": 827406043
        },
        {
            "start": 827406062,
            "stop": 827406078
        },
        {
            "start": 827406114,
            "stop": 827406161
        },
        {
            "start": 827406180,
            "stop": 827406207
        }
    ]
}