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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=551",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 552,
    "results": [
        {
            "start": 830551543,
            "stop": 830551547
        },
        {
            "start": 830574114,
            "stop": 830574493
        },
        {
            "start": 830575544,
            "stop": 830575933
        },
        {
            "start": 830576576,
            "stop": 830602690
        },
        {
            "start": 830604177,
            "stop": 830612759
        },
        {
            "start": 830614534,
            "stop": 830617320
        },
        {
            "start": 830653946,
            "stop": 830653995
        },
        {
            "start": 830654395,
            "stop": 830654448
        },
        {
            "start": 830654768,
            "stop": 830655331
        },
        {
            "start": 830655731,
            "stop": 830655755
        },
        {
            "start": 830656155,
            "stop": 830656616
        },
        {
            "start": 830657043,
            "stop": 830657638
        },
        {
            "start": 830658821,
            "stop": 830658904
        },
        {
            "start": 830659451,
            "stop": 830660035
        },
        {
            "start": 830660534,
            "stop": 830661023
        },
        {
            "start": 830661026,
            "stop": 830661033
        },
        {
            "start": 830661037,
            "stop": 830661038
        },
        {
            "start": 830663582,
            "stop": 830664016
        },
        {
            "start": 830664336,
            "stop": 830664893
        },
        {
            "start": 830665293,
            "stop": 830689978
        }
    ]
}