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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=297",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 298,
    "results": [
        {
            "start": 822402216,
            "stop": 822403852
        },
        {
            "start": 822403856,
            "stop": 822405796
        },
        {
            "start": 822405799,
            "stop": 822406794
        },
        {
            "start": 822406798,
            "stop": 822408751
        },
        {
            "start": 822408756,
            "stop": 822408757
        },
        {
            "start": 822408760,
            "stop": 822409180
        },
        {
            "start": 822409183,
            "stop": 822409514
        },
        {
            "start": 822409536,
            "stop": 822411673
        },
        {
            "start": 822411823,
            "stop": 822412172
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412534,
            "stop": 822413179
        },
        {
            "start": 822413593,
            "stop": 822414114
        },
        {
            "start": 822414131,
            "stop": 822414409
        },
        {
            "start": 822414486,
            "stop": 822414504
        },
        {
            "start": 822414526,
            "stop": 822414676
        },
        {
            "start": 822414693,
            "stop": 822415260
        },
        {
            "start": 822415320,
            "stop": 822416158
        },
        {
            "start": 822416230,
            "stop": 822416895
        },
        {
            "start": 822424979,
            "stop": 822424983
        },
        {
            "start": 822431340,
            "stop": 822431899
        }
    ]
}