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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=458",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 459,
    "results": [
        {
            "start": 825946654,
            "stop": 825946789
        },
        {
            "start": 825946792,
            "stop": 825946808
        },
        {
            "start": 825946812,
            "stop": 825946873
        },
        {
            "start": 825946876,
            "stop": 825946974
        },
        {
            "start": 825946977,
            "stop": 825947023
        },
        {
            "start": 825947027,
            "stop": 825947294
        },
        {
            "start": 825947298,
            "stop": 825948285
        },
        {
            "start": 825948289,
            "stop": 825948411
        },
        {
            "start": 825948414,
            "stop": 825948935
        },
        {
            "start": 825948938,
            "stop": 825949109
        },
        {
            "start": 825949112,
            "stop": 825949234
        },
        {
            "start": 825949237,
            "stop": 825949277
        },
        {
            "start": 825949280,
            "stop": 825949288
        },
        {
            "start": 825949305,
            "stop": 825949320
        },
        {
            "start": 825949380,
            "stop": 825949991
        },
        {
            "start": 825949995,
            "stop": 825949998
        },
        {
            "start": 825950001,
            "stop": 825950079
        },
        {
            "start": 825950082,
            "stop": 825950105
        },
        {
            "start": 825950122,
            "stop": 825950460
        },
        {
            "start": 825950463,
            "stop": 825950563
        }
    ]
}