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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=150",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 151,
    "results": [
        {
            "start": 932187416,
            "stop": 932187615
        },
        {
            "start": 932187975,
            "stop": 932188434
        },
        {
            "start": 932188436,
            "stop": 932190492
        },
        {
            "start": 932190497,
            "stop": 932190835
        },
        {
            "start": 932190837,
            "stop": 932191215
        },
        {
            "start": 932196440,
            "stop": 932198415
        },
        {
            "start": 932198775,
            "stop": 932199011
        },
        {
            "start": 932199013,
            "stop": 932200377
        },
        {
            "start": 932200379,
            "stop": 932200510
        },
        {
            "start": 932200512,
            "stop": 932200915
        },
        {
            "start": 932200918,
            "stop": 932202015
        },
        {
            "start": 932202375,
            "stop": 932202872
        },
        {
            "start": 932205975,
            "stop": 932206722
        },
        {
            "start": 932206724,
            "stop": 932207127
        },
        {
            "start": 932207129,
            "stop": 932209215
        },
        {
            "start": 932209575,
            "stop": 932210844
        },
        {
            "start": 932210846,
            "stop": 932211191
        },
        {
            "start": 932211194,
            "stop": 932211293
        },
        {
            "start": 932211296,
            "stop": 932212815
        },
        {
            "start": 932213175,
            "stop": 932213518
        }
    ]
}