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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=271",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 272,
    "results": [
        {
            "start": 828229546,
            "stop": 828229554
        },
        {
            "start": 828229556,
            "stop": 828229574
        },
        {
            "start": 828229576,
            "stop": 828229577
        },
        {
            "start": 828229579,
            "stop": 828229628
        },
        {
            "start": 828229630,
            "stop": 828229646
        },
        {
            "start": 828229648,
            "stop": 828229660
        },
        {
            "start": 828229662,
            "stop": 828229674
        },
        {
            "start": 828229676,
            "stop": 828229678
        },
        {
            "start": 828229682,
            "stop": 828229684
        },
        {
            "start": 828229686,
            "stop": 828229687
        },
        {
            "start": 828229689,
            "stop": 828229690
        },
        {
            "start": 828229692,
            "stop": 828229693
        },
        {
            "start": 828229697,
            "stop": 828229706
        },
        {
            "start": 828229708,
            "stop": 828229710
        },
        {
            "start": 828229714,
            "stop": 828229727
        },
        {
            "start": 828229729,
            "stop": 828229732
        },
        {
            "start": 828229735,
            "stop": 828229736
        },
        {
            "start": 828229738,
            "stop": 828229741
        },
        {
            "start": 828229743,
            "stop": 828229748
        },
        {
            "start": 828229751,
            "stop": 828229753
        }
    ]
}