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=857
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=858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=856",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 857,
    "results": [
        {
            "start": 861702685,
            "stop": 861705145
        },
        {
            "start": 861705292,
            "stop": 861706252
        },
        {
            "start": 861706410,
            "stop": 861708570
        },
        {
            "start": 861708746,
            "stop": 861708806
        },
        {
            "start": 861709047,
            "stop": 861709707
        },
        {
            "start": 861710196,
            "stop": 861710436
        },
        {
            "start": 861710589,
            "stop": 861711609
        },
        {
            "start": 861711906,
            "stop": 861712206
        },
        {
            "start": 861712415,
            "stop": 861712595
        },
        {
            "start": 861713028,
            "stop": 861713148
        },
        {
            "start": 861714911,
            "stop": 861715151
        },
        {
            "start": 861715466,
            "stop": 861715946
        },
        {
            "start": 861716332,
            "stop": 861716392
        },
        {
            "start": 861716688,
            "stop": 861716988
        },
        {
            "start": 861717159,
            "stop": 861717219
        },
        {
            "start": 861719883,
            "stop": 861720003
        },
        {
            "start": 861720409,
            "stop": 861720469
        },
        {
            "start": 861724024,
            "stop": 861724504
        },
        {
            "start": 861726905,
            "stop": 861729125
        },
        {
            "start": 861729275,
            "stop": 861730415
        }
    ]
}