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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=274",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 275,
    "results": [
        {
            "start": 821687591,
            "stop": 821687613
        },
        {
            "start": 821687616,
            "stop": 821687620
        },
        {
            "start": 821687624,
            "stop": 821687629
        },
        {
            "start": 821687632,
            "stop": 821687638
        },
        {
            "start": 821687641,
            "stop": 821687649
        },
        {
            "start": 821687652,
            "stop": 821687665
        },
        {
            "start": 821687668,
            "stop": 821687670
        },
        {
            "start": 821687674,
            "stop": 821687682
        },
        {
            "start": 821687687,
            "stop": 821687696
        },
        {
            "start": 821687699,
            "stop": 821687707
        },
        {
            "start": 821687710,
            "stop": 821687717
        },
        {
            "start": 821687720,
            "stop": 821687721
        },
        {
            "start": 821687724,
            "stop": 821687738
        },
        {
            "start": 821687741,
            "stop": 821687743
        },
        {
            "start": 821687746,
            "stop": 821687750
        },
        {
            "start": 821687754,
            "stop": 821687785
        },
        {
            "start": 821687788,
            "stop": 821687798
        },
        {
            "start": 821687808,
            "stop": 821687839
        },
        {
            "start": 821687842,
            "stop": 821687844
        },
        {
            "start": 821687849,
            "stop": 821687850
        }
    ]
}