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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=265",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 266,
    "results": [
        {
            "start": 828135684,
            "stop": 828135685
        },
        {
            "start": 828135706,
            "stop": 828135708
        },
        {
            "start": 828135762,
            "stop": 828135763
        },
        {
            "start": 828135795,
            "stop": 828135797
        },
        {
            "start": 828135806,
            "stop": 828135807
        },
        {
            "start": 828135817,
            "stop": 828135819
        },
        {
            "start": 828135824,
            "stop": 828135826
        },
        {
            "start": 828135830,
            "stop": 828135832
        },
        {
            "start": 828135843,
            "stop": 828135845
        },
        {
            "start": 828135847,
            "stop": 828135849
        },
        {
            "start": 828135856,
            "stop": 828135859
        },
        {
            "start": 828135862,
            "stop": 828135863
        },
        {
            "start": 828135865,
            "stop": 828135867
        },
        {
            "start": 828135872,
            "stop": 828135874
        },
        {
            "start": 828135878,
            "stop": 828135879
        },
        {
            "start": 828135886,
            "stop": 828135887
        },
        {
            "start": 828135893,
            "stop": 828135894
        },
        {
            "start": 828135896,
            "stop": 828135897
        },
        {
            "start": 828135900,
            "stop": 828135901
        },
        {
            "start": 828135907,
            "stop": 828135910
        }
    ]
}