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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=224",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 225,
    "results": [
        {
            "start": 1421415727,
            "stop": 1421416967
        },
        {
            "start": 1421416972,
            "stop": 1421419873
        },
        {
            "start": 1421419875,
            "stop": 1421420315
        },
        {
            "start": 1421420319,
            "stop": 1421424403
        },
        {
            "start": 1421424407,
            "stop": 1421426131
        },
        {
            "start": 1421426139,
            "stop": 1421427095
        },
        {
            "start": 1421427107,
            "stop": 1421427143
        },
        {
            "start": 1421427147,
            "stop": 1421427151
        },
        {
            "start": 1421427155,
            "stop": 1421428397
        },
        {
            "start": 1421428398,
            "stop": 1421428551
        },
        {
            "start": 1421428555,
            "stop": 1421428639
        },
        {
            "start": 1421428643,
            "stop": 1421428759
        },
        {
            "start": 1421428763,
            "stop": 1421428765
        },
        {
            "start": 1421428767,
            "stop": 1421428787
        },
        {
            "start": 1421428791,
            "stop": 1421429035
        },
        {
            "start": 1421429037,
            "stop": 1421429823
        },
        {
            "start": 1421429827,
            "stop": 1421430095
        },
        {
            "start": 1421430097,
            "stop": 1421430103
        },
        {
            "start": 1421430107,
            "stop": 1421432821
        },
        {
            "start": 1421432823,
            "stop": 1421433115
        }
    ]
}