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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=153",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 154,
    "results": [
        {
            "start": 837464783,
            "stop": 837474695
        },
        {
            "start": 837474696,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548024
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837554734,
            "stop": 837555042
        },
        {
            "start": 837560414,
            "stop": 837569233
        },
        {
            "start": 837570052,
            "stop": 837579781
        },
        {
            "start": 837580788,
            "stop": 837628761
        },
        {
            "start": 837629217,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837723724
        },
        {
            "start": 837727128,
            "stop": 837797079
        },
        {
            "start": 837797082,
            "stop": 837801613
        },
        {
            "start": 837802960,
            "stop": 837815458
        },
        {
            "start": 837816730,
            "stop": 837830523
        },
        {
            "start": 837830524,
            "stop": 837830897
        },
        {
            "start": 837830898,
            "stop": 837831147
        },
        {
            "start": 837831150,
            "stop": 837831987
        },
        {
            "start": 837831988,
            "stop": 837832193
        },
        {
            "start": 837832194,
            "stop": 837832283
        },
        {
            "start": 837832284,
            "stop": 837832596
        }
    ]
}