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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=133",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 134,
    "results": [
        {
            "start": 832355377,
            "stop": 832360785
        },
        {
            "start": 832365588,
            "stop": 832370353
        },
        {
            "start": 832370899,
            "stop": 832375925
        },
        {
            "start": 832375926,
            "stop": 832401511
        },
        {
            "start": 832402240,
            "stop": 832404460
        },
        {
            "start": 832404763,
            "stop": 832423613
        },
        {
            "start": 832423893,
            "stop": 832427113
        },
        {
            "start": 832454156,
            "stop": 832454576
        },
        {
            "start": 832457521,
            "stop": 832458493
        },
        {
            "start": 832459362,
            "stop": 832459813
        },
        {
            "start": 832459814,
            "stop": 832461365
        },
        {
            "start": 832461366,
            "stop": 832461973
        },
        {
            "start": 832463201,
            "stop": 832465093
        },
        {
            "start": 832466589,
            "stop": 832472641
        },
        {
            "start": 832473303,
            "stop": 832479827
        },
        {
            "start": 832481394,
            "stop": 832493893
        },
        {
            "start": 832494520,
            "stop": 832502133
        },
        {
            "start": 832502134,
            "stop": 832504080
        },
        {
            "start": 832510782,
            "stop": 832515708
        },
        {
            "start": 832515709,
            "stop": 832520413
        }
    ]
}