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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 347,
    "results": [
        {
            "start": 855780880,
            "stop": 855782204
        },
        {
            "start": 855782208,
            "stop": 855782992
        },
        {
            "start": 855784315,
            "stop": 855800333
        },
        {
            "start": 855800335,
            "stop": 855809723
        },
        {
            "start": 855809833,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855811861
        },
        {
            "start": 855812161,
            "stop": 855812290
        },
        {
            "start": 855812633,
            "stop": 855818458
        },
        {
            "start": 855818460,
            "stop": 855824000
        },
        {
            "start": 855824338,
            "stop": 855862436
        },
        {
            "start": 855863981,
            "stop": 855864436
        },
        {
            "start": 855865787,
            "stop": 855866238
        },
        {
            "start": 855866693,
            "stop": 855866828
        },
        {
            "start": 855866938,
            "stop": 855866950
        },
        {
            "start": 855867250,
            "stop": 855867698
        },
        {
            "start": 855867944,
            "stop": 855868002
        },
        {
            "start": 855868008,
            "stop": 855868376
        },
        {
            "start": 855868676,
            "stop": 855869762
        },
        {
            "start": 855869872,
            "stop": 855870053
        },
        {
            "start": 855872992,
            "stop": 855873484
        }
    ]
}