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=852
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=853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=851",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 852,
    "results": [
        {
            "start": 861485148,
            "stop": 861486948
        },
        {
            "start": 861489403,
            "stop": 861489463
        },
        {
            "start": 861492021,
            "stop": 861495921
        },
        {
            "start": 861496335,
            "stop": 861496755
        },
        {
            "start": 861497004,
            "stop": 861497244
        },
        {
            "start": 861497388,
            "stop": 861498288
        },
        {
            "start": 861498482,
            "stop": 861499202
        },
        {
            "start": 861500311,
            "stop": 861503371
        },
        {
            "start": 861503535,
            "stop": 861504015
        },
        {
            "start": 861504258,
            "stop": 861504798
        },
        {
            "start": 861505280,
            "stop": 861510620
        },
        {
            "start": 861510832,
            "stop": 861511072
        },
        {
            "start": 861511222,
            "stop": 861514732
        },
        {
            "start": 861514986,
            "stop": 861520686
        },
        {
            "start": 861523455,
            "stop": 861529875
        },
        {
            "start": 861530023,
            "stop": 861530683
        },
        {
            "start": 861530812,
            "stop": 861533092
        },
        {
            "start": 861533229,
            "stop": 861533289
        },
        {
            "start": 861533447,
            "stop": 861535727
        },
        {
            "start": 861536060,
            "stop": 861536120
        }
    ]
}