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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=203",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 204,
    "results": [
        {
            "start": 932797250,
            "stop": 932798527
        },
        {
            "start": 932798529,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932804701
        },
        {
            "start": 932804719,
            "stop": 932805511
        },
        {
            "start": 932805513,
            "stop": 932806201
        },
        {
            "start": 932806203,
            "stop": 932806564
        },
        {
            "start": 932806566,
            "stop": 932806815
        },
        {
            "start": 932807175,
            "stop": 932807617
        },
        {
            "start": 932807619,
            "stop": 932807958
        },
        {
            "start": 932810102,
            "stop": 932810357
        },
        {
            "start": 932810359,
            "stop": 932810415
        },
        {
            "start": 932810775,
            "stop": 932811706
        },
        {
            "start": 932811708,
            "stop": 932814015
        },
        {
            "start": 932814375,
            "stop": 932814556
        },
        {
            "start": 932814560,
            "stop": 932814587
        },
        {
            "start": 932814590,
            "stop": 932814616
        },
        {
            "start": 932814619,
            "stop": 932814706
        },
        {
            "start": 932814709,
            "stop": 932814721
        },
        {
            "start": 932814724,
            "stop": 932814871
        },
        {
            "start": 932814874,
            "stop": 932814976
        }
    ]
}