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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33097",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33095",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33096,
    "results": [
        {
            "start": 970542731,
            "stop": 970542757
        },
        {
            "start": 970542758,
            "stop": 970542762
        },
        {
            "start": 970542764,
            "stop": 970542780
        },
        {
            "start": 970542783,
            "stop": 970542786
        },
        {
            "start": 970542788,
            "stop": 970542802
        },
        {
            "start": 970542804,
            "stop": 970542817
        },
        {
            "start": 970542818,
            "stop": 970542820
        },
        {
            "start": 970542823,
            "stop": 970542833
        },
        {
            "start": 970542834,
            "stop": 970542853
        },
        {
            "start": 970542854,
            "stop": 970542875
        },
        {
            "start": 970542877,
            "stop": 970542882
        },
        {
            "start": 970542883,
            "stop": 970542924
        },
        {
            "start": 970542925,
            "stop": 970542935
        },
        {
            "start": 970542936,
            "stop": 970542974
        },
        {
            "start": 970542976,
            "stop": 970542980
        },
        {
            "start": 970542982,
            "stop": 970543026
        },
        {
            "start": 970543028,
            "stop": 970543048
        },
        {
            "start": 970543049,
            "stop": 970543054
        },
        {
            "start": 970543064,
            "stop": 970543069
        },
        {
            "start": 970543070,
            "stop": 970543109
        }
    ]
}