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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=288",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 289,
    "results": [
        {
            "start": 831910951,
            "stop": 831911371
        },
        {
            "start": 831931365,
            "stop": 831931425
        },
        {
            "start": 831945026,
            "stop": 831945386
        },
        {
            "start": 831945988,
            "stop": 831946798
        },
        {
            "start": 831947951,
            "stop": 831953051
        },
        {
            "start": 831953266,
            "stop": 831954676
        },
        {
            "start": 831954706,
            "stop": 831956206
        },
        {
            "start": 831957523,
            "stop": 831964963
        },
        {
            "start": 831965142,
            "stop": 831966762
        },
        {
            "start": 831968119,
            "stop": 831969739
        },
        {
            "start": 831969889,
            "stop": 831970099
        },
        {
            "start": 831970129,
            "stop": 831971419
        },
        {
            "start": 831972615,
            "stop": 831973095
        },
        {
            "start": 831973252,
            "stop": 831973432
        },
        {
            "start": 831974161,
            "stop": 831974941
        },
        {
            "start": 831975710,
            "stop": 831977810
        },
        {
            "start": 831977960,
            "stop": 831978350
        },
        {
            "start": 831979899,
            "stop": 831979959
        },
        {
            "start": 831980942,
            "stop": 831982622
        },
        {
            "start": 831984524,
            "stop": 831984764
        }
    ]
}