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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=234",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 235,
    "results": [
        {
            "start": 856448584,
            "stop": 856451136
        },
        {
            "start": 856454285,
            "stop": 856466305
        },
        {
            "start": 856467690,
            "stop": 856471155
        },
        {
            "start": 856472054,
            "stop": 856500878
        },
        {
            "start": 856510165,
            "stop": 856527688
        },
        {
            "start": 856528980,
            "stop": 856536408
        },
        {
            "start": 856536891,
            "stop": 856544276
        },
        {
            "start": 856545467,
            "stop": 856550660
        },
        {
            "start": 856550663,
            "stop": 856571502
        },
        {
            "start": 856573996,
            "stop": 856583590
        },
        {
            "start": 856584052,
            "stop": 856591033
        },
        {
            "start": 856591523,
            "stop": 856613449
        },
        {
            "start": 856613944,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856667448
        },
        {
            "start": 856667451,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698625
        },
        {
            "start": 856700103,
            "stop": 856700105
        },
        {
            "start": 856700142,
            "stop": 856702997
        },
        {
            "start": 856703566,
            "stop": 856710863
        },
        {
            "start": 856711420,
            "stop": 856718570
        }
    ]
}