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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=182",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 183,
    "results": [
        {
            "start": 931138717,
            "stop": 931138718
        },
        {
            "start": 931138719,
            "stop": 931138720
        },
        {
            "start": 931138722,
            "stop": 931138724
        },
        {
            "start": 931138727,
            "stop": 931138728
        },
        {
            "start": 931138732,
            "stop": 931138733
        },
        {
            "start": 931138736,
            "stop": 931138742
        },
        {
            "start": 931138744,
            "stop": 931138745
        },
        {
            "start": 931138749,
            "stop": 931138751
        },
        {
            "start": 931138756,
            "stop": 931138758
        },
        {
            "start": 931138761,
            "stop": 931138766
        },
        {
            "start": 931138768,
            "stop": 931138772
        },
        {
            "start": 931138774,
            "stop": 931138779
        },
        {
            "start": 931138780,
            "stop": 931138786
        },
        {
            "start": 931138788,
            "stop": 931138789
        },
        {
            "start": 931138793,
            "stop": 931138801
        },
        {
            "start": 931138804,
            "stop": 931138805
        },
        {
            "start": 931138806,
            "stop": 931138810
        },
        {
            "start": 931138816,
            "stop": 931138817
        },
        {
            "start": 931138818,
            "stop": 931138821
        },
        {
            "start": 931138822,
            "stop": 931138824
        }
    ]
}