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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7907",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7905",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7906,
    "results": [
        {
            "start": 969982324,
            "stop": 969982494
        },
        {
            "start": 969982497,
            "stop": 969982511
        },
        {
            "start": 969982514,
            "stop": 969982621
        },
        {
            "start": 969982624,
            "stop": 969982649
        },
        {
            "start": 969982652,
            "stop": 969982657
        },
        {
            "start": 969982660,
            "stop": 969982727
        },
        {
            "start": 969982730,
            "stop": 969982738
        },
        {
            "start": 969982741,
            "stop": 969982742
        },
        {
            "start": 969982748,
            "stop": 969982749
        },
        {
            "start": 969982753,
            "stop": 969982822
        },
        {
            "start": 969982825,
            "stop": 969982946
        },
        {
            "start": 969982949,
            "stop": 969982958
        },
        {
            "start": 969982961,
            "stop": 969982962
        },
        {
            "start": 969982965,
            "stop": 969982971
        },
        {
            "start": 969982974,
            "stop": 969982976
        },
        {
            "start": 969982979,
            "stop": 969983078
        },
        {
            "start": 969983081,
            "stop": 969983120
        },
        {
            "start": 969983123,
            "stop": 969983190
        },
        {
            "start": 969983193,
            "stop": 969983196
        },
        {
            "start": 969983199,
            "stop": 969983202
        }
    ]
}