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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=305",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 306,
    "results": [
        {
            "start": 859141002,
            "stop": 859145472
        },
        {
            "start": 859145491,
            "stop": 859145588
        },
        {
            "start": 859147006,
            "stop": 859147329
        },
        {
            "start": 859147351,
            "stop": 859147599
        },
        {
            "start": 859147618,
            "stop": 859147714
        },
        {
            "start": 859147736,
            "stop": 859147744
        },
        {
            "start": 859147790,
            "stop": 859147839
        },
        {
            "start": 859147861,
            "stop": 859152449
        },
        {
            "start": 859152473,
            "stop": 859152829
        },
        {
            "start": 859152853,
            "stop": 859153712
        },
        {
            "start": 859153731,
            "stop": 859154438
        },
        {
            "start": 859154458,
            "stop": 859155204
        },
        {
            "start": 859155223,
            "stop": 859155248
        },
        {
            "start": 859155295,
            "stop": 859155390
        },
        {
            "start": 859156455,
            "stop": 859181785
        },
        {
            "start": 859183097,
            "stop": 859183164
        },
        {
            "start": 859183464,
            "stop": 859200862
        },
        {
            "start": 859200868,
            "stop": 859205242
        },
        {
            "start": 859205263,
            "stop": 859214294
        },
        {
            "start": 859214316,
            "stop": 859221073
        }
    ]
}