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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=142",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 143,
    "results": [
        {
            "start": 931737942,
            "stop": 931737951
        },
        {
            "start": 931737957,
            "stop": 931738138
        },
        {
            "start": 931738144,
            "stop": 931738150
        },
        {
            "start": 931738155,
            "stop": 931738266
        },
        {
            "start": 931738272,
            "stop": 931738387
        },
        {
            "start": 931738393,
            "stop": 931738394
        },
        {
            "start": 931738400,
            "stop": 931738565
        },
        {
            "start": 931738571,
            "stop": 931738669
        },
        {
            "start": 931738683,
            "stop": 931738733
        },
        {
            "start": 931738740,
            "stop": 931738810
        },
        {
            "start": 931738815,
            "stop": 931738832
        },
        {
            "start": 931738846,
            "stop": 931738855
        },
        {
            "start": 931738861,
            "stop": 931738869
        },
        {
            "start": 931738878,
            "stop": 931738879
        },
        {
            "start": 931738885,
            "stop": 931738895
        },
        {
            "start": 931738901,
            "stop": 931738905
        },
        {
            "start": 931738917,
            "stop": 931738920
        },
        {
            "start": 931738927,
            "stop": 931738950
        },
        {
            "start": 931738956,
            "stop": 931738960
        },
        {
            "start": 931738966,
            "stop": 931738967
        }
    ]
}