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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=500",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 501,
    "results": [
        {
            "start": 826901522,
            "stop": 826901562
        },
        {
            "start": 826901591,
            "stop": 826901751
        },
        {
            "start": 826901756,
            "stop": 826902369
        },
        {
            "start": 826902394,
            "stop": 826902412
        },
        {
            "start": 826902432,
            "stop": 826902441
        },
        {
            "start": 826902460,
            "stop": 826902884
        },
        {
            "start": 826902901,
            "stop": 826903196
        },
        {
            "start": 826903255,
            "stop": 826903281
        },
        {
            "start": 826903318,
            "stop": 826903320
        },
        {
            "start": 826903344,
            "stop": 826903384
        },
        {
            "start": 826903422,
            "stop": 826903438
        },
        {
            "start": 826903556,
            "stop": 826903615
        },
        {
            "start": 826903738,
            "stop": 826903783
        },
        {
            "start": 826903839,
            "stop": 826903859
        },
        {
            "start": 826903878,
            "stop": 826910061
        },
        {
            "start": 826910086,
            "stop": 826911390
        },
        {
            "start": 826911409,
            "stop": 826912200
        },
        {
            "start": 826912260,
            "stop": 826913968
        },
        {
            "start": 826914060,
            "stop": 826914138
        },
        {
            "start": 826914155,
            "stop": 826915612
        }
    ]
}