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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=344",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 345,
    "results": [
        {
            "start": 822910898,
            "stop": 822910913
        },
        {
            "start": 822910922,
            "stop": 822910927
        },
        {
            "start": 822910932,
            "stop": 822910937
        },
        {
            "start": 822910941,
            "stop": 822910956
        },
        {
            "start": 822910965,
            "stop": 822911147
        },
        {
            "start": 822911150,
            "stop": 822912143
        },
        {
            "start": 822912236,
            "stop": 822912376
        },
        {
            "start": 822912379,
            "stop": 822913081
        },
        {
            "start": 822913244,
            "stop": 822913375
        },
        {
            "start": 822913379,
            "stop": 822913389
        },
        {
            "start": 822913398,
            "stop": 822913418
        },
        {
            "start": 822913422,
            "stop": 822913441
        },
        {
            "start": 822913447,
            "stop": 822913452
        },
        {
            "start": 822913456,
            "stop": 822913567
        },
        {
            "start": 822913571,
            "stop": 822913577
        },
        {
            "start": 822913585,
            "stop": 822913591
        },
        {
            "start": 822913594,
            "stop": 822914378
        },
        {
            "start": 822914381,
            "stop": 822914499
        },
        {
            "start": 822914513,
            "stop": 822914533
        },
        {
            "start": 822914537,
            "stop": 822914595
        }
    ]
}