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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=244",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 245,
    "results": [
        {
            "start": 934284900,
            "stop": 934285011
        },
        {
            "start": 934285016,
            "stop": 934285129
        },
        {
            "start": 934285134,
            "stop": 934285163
        },
        {
            "start": 934285165,
            "stop": 934285199
        },
        {
            "start": 934285201,
            "stop": 934285202
        },
        {
            "start": 934285207,
            "stop": 934285219
        },
        {
            "start": 934285224,
            "stop": 934285314
        },
        {
            "start": 934285319,
            "stop": 934285492
        },
        {
            "start": 934285497,
            "stop": 934285521
        },
        {
            "start": 934285526,
            "stop": 934285536
        },
        {
            "start": 934285541,
            "stop": 934285566
        },
        {
            "start": 934285571,
            "stop": 934285611
        },
        {
            "start": 934285616,
            "stop": 934285959
        },
        {
            "start": 934285964,
            "stop": 934286300
        },
        {
            "start": 934286305,
            "stop": 934286406
        },
        {
            "start": 934286411,
            "stop": 934286415
        },
        {
            "start": 934286655,
            "stop": 934286750
        },
        {
            "start": 934286755,
            "stop": 934286807
        },
        {
            "start": 934286816,
            "stop": 934286884
        },
        {
            "start": 934286889,
            "stop": 934287012
        }
    ]
}