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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=56",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 57,
    "results": [
        {
            "start": 822366346,
            "stop": 822366347
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368823,
            "stop": 822371353
        },
        {
            "start": 822371496,
            "stop": 822379633
        },
        {
            "start": 822379675,
            "stop": 822379676
        },
        {
            "start": 822379754,
            "stop": 822380112
        },
        {
            "start": 822380196,
            "stop": 822380210
        },
        {
            "start": 822380258,
            "stop": 822382753
        },
        {
            "start": 822382820,
            "stop": 822393024
        },
        {
            "start": 822393778,
            "stop": 822393853
        },
        {
            "start": 822393854,
            "stop": 822393855
        },
        {
            "start": 822397076,
            "stop": 822401983
        },
        {
            "start": 822402216,
            "stop": 822411673
        },
        {
            "start": 822411823,
            "stop": 822412180
        },
        {
            "start": 822412276,
            "stop": 822412333
        },
        {
            "start": 822412534,
            "stop": 822413403
        },
        {
            "start": 822413593,
            "stop": 822416166
        },
        {
            "start": 822416230,
            "stop": 822417133
        },
        {
            "start": 822424877,
            "stop": 822424993
        },
        {
            "start": 822425058,
            "stop": 822425079
        }
    ]
}