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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=145",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 146,
    "results": [
        {
            "start": 821538335,
            "stop": 821538339
        },
        {
            "start": 821538345,
            "stop": 821538359
        },
        {
            "start": 821538362,
            "stop": 821538365
        },
        {
            "start": 821538368,
            "stop": 821538378
        },
        {
            "start": 821538381,
            "stop": 821538382
        },
        {
            "start": 821538385,
            "stop": 821538390
        },
        {
            "start": 821538393,
            "stop": 821538396
        },
        {
            "start": 821538399,
            "stop": 821538405
        },
        {
            "start": 821538408,
            "stop": 821538416
        },
        {
            "start": 821538424,
            "stop": 821538437
        },
        {
            "start": 821538440,
            "stop": 821538443
        },
        {
            "start": 821538448,
            "stop": 821538492
        },
        {
            "start": 821538495,
            "stop": 821538498
        },
        {
            "start": 821538501,
            "stop": 821538511
        },
        {
            "start": 821538514,
            "stop": 821538533
        },
        {
            "start": 821538536,
            "stop": 821538546
        },
        {
            "start": 821538549,
            "stop": 821538550
        },
        {
            "start": 821538553,
            "stop": 821538567
        },
        {
            "start": 821538571,
            "stop": 821538575
        },
        {
            "start": 821538583,
            "stop": 821538604
        }
    ]
}