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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=393",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 394,
    "results": [
        {
            "start": 932588868,
            "stop": 932589027
        },
        {
            "start": 932589028,
            "stop": 932589563
        },
        {
            "start": 932589564,
            "stop": 932589816
        },
        {
            "start": 932589818,
            "stop": 932589853
        },
        {
            "start": 932589854,
            "stop": 932589873
        },
        {
            "start": 932589874,
            "stop": 932589908
        },
        {
            "start": 932589909,
            "stop": 932589998
        },
        {
            "start": 932590000,
            "stop": 932590256
        },
        {
            "start": 932590260,
            "stop": 932590285
        },
        {
            "start": 932590286,
            "stop": 932590372
        },
        {
            "start": 932590373,
            "stop": 932590387
        },
        {
            "start": 932590388,
            "stop": 932590815
        },
        {
            "start": 932591175,
            "stop": 932591436
        },
        {
            "start": 932591438,
            "stop": 932591621
        },
        {
            "start": 932591623,
            "stop": 932591691
        },
        {
            "start": 932591692,
            "stop": 932591967
        },
        {
            "start": 932591968,
            "stop": 932591998
        },
        {
            "start": 932591999,
            "stop": 932592042
        },
        {
            "start": 932592043,
            "stop": 932592409
        },
        {
            "start": 932592410,
            "stop": 932592529
        }
    ]
}