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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5100",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5101,
    "results": [
        {
            "start": 873362403,
            "stop": 873362534
        },
        {
            "start": 873362541,
            "stop": 873362651
        },
        {
            "start": 873362659,
            "stop": 873362821
        },
        {
            "start": 873362829,
            "stop": 873362951
        },
        {
            "start": 873362959,
            "stop": 873363118
        },
        {
            "start": 873363126,
            "stop": 873363231
        },
        {
            "start": 873363238,
            "stop": 873363240
        },
        {
            "start": 873363251,
            "stop": 873363270
        },
        {
            "start": 873364508,
            "stop": 873365043
        },
        {
            "start": 873365054,
            "stop": 873365310
        },
        {
            "start": 873366806,
            "stop": 873367553
        },
        {
            "start": 873367561,
            "stop": 873367593
        },
        {
            "start": 873367601,
            "stop": 873368213
        },
        {
            "start": 873368221,
            "stop": 873368230
        },
        {
            "start": 873368237,
            "stop": 873368254
        },
        {
            "start": 873368261,
            "stop": 873368582
        },
        {
            "start": 873368599,
            "stop": 873369343
        },
        {
            "start": 873369351,
            "stop": 873369455
        },
        {
            "start": 873369462,
            "stop": 873369891
        },
        {
            "start": 873369898,
            "stop": 873369913
        }
    ]
}