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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46805",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46806,
    "results": [
        {
            "start": 875124182,
            "stop": 875124197
        },
        {
            "start": 875124198,
            "stop": 875124202
        },
        {
            "start": 875124204,
            "stop": 875124223
        },
        {
            "start": 875124225,
            "stop": 875124266
        },
        {
            "start": 875124267,
            "stop": 875124287
        },
        {
            "start": 875124288,
            "stop": 875124297
        },
        {
            "start": 875124298,
            "stop": 875124304
        },
        {
            "start": 875124305,
            "stop": 875124323
        },
        {
            "start": 875124324,
            "stop": 875124378
        },
        {
            "start": 875124379,
            "stop": 875124385
        },
        {
            "start": 875124386,
            "stop": 875124412
        },
        {
            "start": 875124413,
            "stop": 875124430
        },
        {
            "start": 875124431,
            "stop": 875124457
        },
        {
            "start": 875124458,
            "stop": 875124474
        },
        {
            "start": 875124475,
            "stop": 875124481
        },
        {
            "start": 875124482,
            "stop": 875124485
        },
        {
            "start": 875124487,
            "stop": 875124500
        },
        {
            "start": 875124502,
            "stop": 875124513
        },
        {
            "start": 875124514,
            "stop": 875124530
        },
        {
            "start": 875124531,
            "stop": 875124543
        }
    ]
}