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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=282",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 283,
    "results": [
        {
            "start": 934585455,
            "stop": 934585717
        },
        {
            "start": 934585931,
            "stop": 934586192
        },
        {
            "start": 934586312,
            "stop": 934588088
        },
        {
            "start": 934588090,
            "stop": 934588118
        },
        {
            "start": 934588178,
            "stop": 934588228
        },
        {
            "start": 934593952,
            "stop": 934594140
        },
        {
            "start": 934603526,
            "stop": 934605895
        },
        {
            "start": 934605898,
            "stop": 934606522
        },
        {
            "start": 934606524,
            "stop": 934606686
        },
        {
            "start": 934606689,
            "stop": 934606815
        },
        {
            "start": 934608260,
            "stop": 934609271
        },
        {
            "start": 934609274,
            "stop": 934609497
        },
        {
            "start": 934609499,
            "stop": 934610415
        },
        {
            "start": 934610655,
            "stop": 934610692
        },
        {
            "start": 934610695,
            "stop": 934610978
        },
        {
            "start": 934611098,
            "stop": 934611192
        },
        {
            "start": 934611194,
            "stop": 934612722
        },
        {
            "start": 934612724,
            "stop": 934613607
        },
        {
            "start": 934613609,
            "stop": 934614015
        },
        {
            "start": 934614255,
            "stop": 934614328
        }
    ]
}