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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=179",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 180,
    "results": [
        {
            "start": 932962457,
            "stop": 932964544
        },
        {
            "start": 932964557,
            "stop": 932964565
        },
        {
            "start": 932964571,
            "stop": 932964578
        },
        {
            "start": 932964584,
            "stop": 932964589
        },
        {
            "start": 932964595,
            "stop": 932964616
        },
        {
            "start": 932965829,
            "stop": 932968819
        },
        {
            "start": 932969810,
            "stop": 932976045
        },
        {
            "start": 932976597,
            "stop": 932978305
        },
        {
            "start": 932979353,
            "stop": 932989935
        },
        {
            "start": 932991285,
            "stop": 932992975
        },
        {
            "start": 932992982,
            "stop": 932995243
        },
        {
            "start": 932995248,
            "stop": 932995490
        },
        {
            "start": 932995495,
            "stop": 932995500
        },
        {
            "start": 932995506,
            "stop": 932995572
        },
        {
            "start": 932995578,
            "stop": 932995582
        },
        {
            "start": 932995589,
            "stop": 932995591
        },
        {
            "start": 932995606,
            "stop": 932995618
        },
        {
            "start": 932995626,
            "stop": 932995647
        },
        {
            "start": 932995654,
            "stop": 932995666
        },
        {
            "start": 932995672,
            "stop": 932995694
        }
    ]
}