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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=174",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 175,
    "results": [
        {
            "start": 826930438,
            "stop": 826930449
        },
        {
            "start": 826930454,
            "stop": 826930458
        },
        {
            "start": 826930463,
            "stop": 826930464
        },
        {
            "start": 826930467,
            "stop": 826930469
        },
        {
            "start": 826930471,
            "stop": 826930472
        },
        {
            "start": 826930475,
            "stop": 826930479
        },
        {
            "start": 826930481,
            "stop": 826930485
        },
        {
            "start": 826930490,
            "stop": 826930491
        },
        {
            "start": 826930493,
            "stop": 826930494
        },
        {
            "start": 826930496,
            "stop": 826930498
        },
        {
            "start": 826930501,
            "stop": 826930511
        },
        {
            "start": 826930513,
            "stop": 826930514
        },
        {
            "start": 826930516,
            "stop": 826930520
        },
        {
            "start": 826930522,
            "stop": 826930556
        },
        {
            "start": 826930558,
            "stop": 826930561
        },
        {
            "start": 826930563,
            "stop": 826930565
        },
        {
            "start": 826930569,
            "stop": 826930573
        },
        {
            "start": 826930575,
            "stop": 826930581
        },
        {
            "start": 826930584,
            "stop": 826930585
        },
        {
            "start": 826930587,
            "stop": 826930613
        }
    ]
}