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=7881
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=7882",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7880",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7881,
    "results": [
        {
            "start": 969901587,
            "stop": 969901600
        },
        {
            "start": 969901603,
            "stop": 969901606
        },
        {
            "start": 969901617,
            "stop": 969901624
        },
        {
            "start": 969901655,
            "stop": 969901656
        },
        {
            "start": 969901670,
            "stop": 969901728
        },
        {
            "start": 969901731,
            "stop": 969901891
        },
        {
            "start": 969901894,
            "stop": 969902046
        },
        {
            "start": 969902049,
            "stop": 969902261
        },
        {
            "start": 969902264,
            "stop": 969902492
        },
        {
            "start": 969902503,
            "stop": 969902775
        },
        {
            "start": 969902778,
            "stop": 969902784
        },
        {
            "start": 969902788,
            "stop": 969902799
        },
        {
            "start": 969902810,
            "stop": 969902891
        },
        {
            "start": 969902927,
            "stop": 969903065
        },
        {
            "start": 969903086,
            "stop": 969903265
        },
        {
            "start": 969903268,
            "stop": 969903271
        },
        {
            "start": 969903292,
            "stop": 969903300
        },
        {
            "start": 969903303,
            "stop": 969903310
        },
        {
            "start": 969903313,
            "stop": 969903316
        },
        {
            "start": 969903320,
            "stop": 969903329
        }
    ]
}