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=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_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=150",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 151,
    "results": [
        {
            "start": 931761023,
            "stop": 931761180
        },
        {
            "start": 931761189,
            "stop": 931761219
        },
        {
            "start": 931761252,
            "stop": 931761256
        },
        {
            "start": 931761264,
            "stop": 931761410
        },
        {
            "start": 931761416,
            "stop": 931761459
        },
        {
            "start": 931761465,
            "stop": 931761492
        },
        {
            "start": 931761497,
            "stop": 931761534
        },
        {
            "start": 931761541,
            "stop": 931761589
        },
        {
            "start": 931765138,
            "stop": 931765737
        },
        {
            "start": 931765743,
            "stop": 931766193
        },
        {
            "start": 931766200,
            "stop": 931766591
        },
        {
            "start": 931766597,
            "stop": 931767134
        },
        {
            "start": 931767140,
            "stop": 931767251
        },
        {
            "start": 931767256,
            "stop": 931767268
        },
        {
            "start": 931767281,
            "stop": 931768332
        },
        {
            "start": 931768338,
            "stop": 931768536
        },
        {
            "start": 931768542,
            "stop": 931768735
        },
        {
            "start": 931768740,
            "stop": 931768774
        },
        {
            "start": 931768782,
            "stop": 931768785
        },
        {
            "start": 931768791,
            "stop": 931768803
        }
    ]
}