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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=317",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 318,
    "results": [
        {
            "start": 822913379,
            "stop": 822913389
        },
        {
            "start": 822913398,
            "stop": 822913418
        },
        {
            "start": 822913422,
            "stop": 822913439
        },
        {
            "start": 822913447,
            "stop": 822913452
        },
        {
            "start": 822913456,
            "stop": 822913567
        },
        {
            "start": 822913571,
            "stop": 822913577
        },
        {
            "start": 822913585,
            "stop": 822913589
        },
        {
            "start": 822913596,
            "stop": 822914376
        },
        {
            "start": 822914383,
            "stop": 822914499
        },
        {
            "start": 822914513,
            "stop": 822914533
        },
        {
            "start": 822914537,
            "stop": 822914595
        },
        {
            "start": 822914599,
            "stop": 822914612
        },
        {
            "start": 822914763,
            "stop": 822914768
        },
        {
            "start": 822914776,
            "stop": 822914792
        },
        {
            "start": 822914795,
            "stop": 822914809
        },
        {
            "start": 822914816,
            "stop": 822914820
        },
        {
            "start": 822914824,
            "stop": 822914873
        },
        {
            "start": 822914885,
            "stop": 822914897
        },
        {
            "start": 822914911,
            "stop": 822914926
        },
        {
            "start": 822914935,
            "stop": 822914945
        }
    ]
}