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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=382",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 383,
    "results": [
        {
            "start": 934952640,
            "stop": 934955310
        },
        {
            "start": 934957381,
            "stop": 934959755
        },
        {
            "start": 934959758,
            "stop": 934959766
        },
        {
            "start": 934959768,
            "stop": 934959784
        },
        {
            "start": 934959787,
            "stop": 934959813
        },
        {
            "start": 934959816,
            "stop": 934959820
        },
        {
            "start": 934959822,
            "stop": 934959836
        },
        {
            "start": 934959841,
            "stop": 934963368
        },
        {
            "start": 934963370,
            "stop": 934963384
        },
        {
            "start": 934963387,
            "stop": 934963412
        },
        {
            "start": 934963415,
            "stop": 934963419
        },
        {
            "start": 934963421,
            "stop": 934963435
        },
        {
            "start": 934963439,
            "stop": 934966959
        },
        {
            "start": 934966961,
            "stop": 934966963
        },
        {
            "start": 934966965,
            "stop": 934966972
        },
        {
            "start": 934966974,
            "stop": 934966988
        },
        {
            "start": 934966990,
            "stop": 934966997
        },
        {
            "start": 934966999,
            "stop": 934967017
        },
        {
            "start": 934967019,
            "stop": 934967023
        },
        {
            "start": 934967026,
            "stop": 934967040
        }
    ]
}